Home
last modified time | relevance | path

Searched refs:InfoCommand (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/audio_connector/
Dcommands.h43 class InfoCommand : public AudioCommand {
45 InfoCommand(AudioCommandType type, uint32_t start_id, size_t count, R* reply) in InfoCommand() function
63 class ChmapInfoCommand : public InfoCommand<virtio_snd_chmap_info> {
72 class JackInfoCommand : public InfoCommand<virtio_snd_jack_info> {
81 class StreamInfoCommand : public InfoCommand<virtio_snd_pcm_info> {
Dcommands.cpp36 : InfoCommand(AudioCommandType::VIRTIO_SND_R_CHMAP_INFO, start_id, count, in JackInfoCommand()
55 : InfoCommand(AudioCommandType::VIRTIO_SND_R_CHMAP_INFO, start_id, count, in ChmapInfoCommand()
80 : InfoCommand(AudioCommandType::VIRTIO_SND_R_PCM_INFO, start_id, count, in StreamInfoCommand()