|
Android-cuttlefish cvd tool
|
#include <commands.h>


Public Member Functions | |
| ControlCommand (AudioCommandType type, uint32_t control_id, virtio_snd_ctl_value *value) | |
| uint32_t | control_id () const |
| virtio_snd_ctl_value * | value () |
| void | Reply (AudioStatus status) |
Public Member Functions inherited from cuttlefish::AudioCommand | |
| virtual | ~AudioCommand () |
| AudioCommandType | type () const |
| AudioStatus | status () const |
Private Attributes | |
| const uint32_t | control_id_ |
| virtio_snd_ctl_value * | value_ |
Additional Inherited Members | |
Protected Member Functions inherited from cuttlefish::AudioCommand | |
| AudioCommand (AudioCommandType type) | |
| void | MarkReplied (AudioStatus status) |
| cuttlefish::ControlCommand::ControlCommand | ( | AudioCommandType | type, |
| uint32_t | control_id, | ||
| virtio_snd_ctl_value * | value | ||
| ) |
|
inline |
| void cuttlefish::ControlCommand::Reply | ( | AudioStatus | status | ) |
|
inline |
|
private |
|
private |