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) |
![]() | |
virtual | ~AudioCommand () |
AudioCommandType | type () const |
AudioStatus | status () const |
Private Attributes | |
const uint32_t | stream_id_ |
Additional Inherited Members | |
![]() | |
AudioCommand (AudioCommandType type) | |
void | MarkReplied (AudioStatus status) |
cuttlefish::StreamControlCommand::StreamControlCommand | ( | AudioCommandType | type, |
uint32_t | stream_id | ||
) |
void cuttlefish::StreamControlCommand::Reply | ( | AudioStatus | status | ) |
|
inline |
|
private |