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


Public Member Functions | |
| StreamControlCommand (AudioCommandType type, uint32_t stream_id) | |
| uint32_t | stream_id () const |
| void | Reply (AudioStatus status) |
Public Member Functions inherited from cuttlefish::AudioCommand | |
| virtual | ~AudioCommand () |
| AudioCommandType | type () const |
| AudioStatus | status () const |
Private Attributes | |
| const uint32_t | stream_id_ |
Additional Inherited Members | |
Protected Member Functions inherited from cuttlefish::AudioCommand | |
| AudioCommand (AudioCommandType type) | |
| void | MarkReplied (AudioStatus status) |
| cuttlefish::StreamControlCommand::StreamControlCommand | ( | AudioCommandType | type, |
| uint32_t | stream_id | ||
| ) |
| void cuttlefish::StreamControlCommand::Reply | ( | AudioStatus | status | ) |
|
inline |
|
private |