Android-cuttlefish cvd tool
|
#include <commands.h>
Public Member Functions | |
JackInfoCommand (uint32_t start_id, size_t count, virtio_snd_jack_info *jack_info) | |
void | Reply (AudioStatus status, const std::vector< virtio_snd_jack_info > &reply) |
![]() | |
InfoCommand (AudioCommandType type, uint32_t start_id, size_t count, virtio_snd_jack_info *reply) | |
uint32_t | start_id () const |
uint32_t | count () const |
![]() | |
virtual | ~AudioCommand () |
AudioCommandType | type () const |
AudioStatus | status () const |
Additional Inherited Members | |
![]() | |
virtio_snd_jack_info * | info_reply () |
![]() | |
AudioCommand (AudioCommandType type) | |
void | MarkReplied (AudioStatus status) |
cuttlefish::JackInfoCommand::JackInfoCommand | ( | uint32_t | start_id, |
size_t | count, | ||
virtio_snd_jack_info * | jack_info | ||
) |
void cuttlefish::JackInfoCommand::Reply | ( | AudioStatus | status, |
const std::vector< virtio_snd_jack_info > & | reply | ||
) |