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


Public Member Functions | |
| InfoCommand (AudioCommandType type, uint32_t start_id, size_t count, R *reply) | |
| uint32_t | start_id () const |
| uint32_t | count () const |
Public Member Functions inherited from cuttlefish::AudioCommand | |
| virtual | ~AudioCommand () |
| AudioCommandType | type () const |
| AudioStatus | status () const |
Protected Member Functions | |
| R * | info_reply () |
Protected Member Functions inherited from cuttlefish::AudioCommand | |
| AudioCommand (AudioCommandType type) | |
| void | MarkReplied (AudioStatus status) |
Private Attributes | |
| const uint32_t | start_id_ |
| const size_t | count_ |
| R * | info_reply_ |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
private |
|
private |
|
private |