Home
last modified time | relevance | path

Searched refs:ChmapInfoCommand (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/libs/audio_connector/
Dcommands.cpp53 ChmapInfoCommand::ChmapInfoCommand(uint32_t start_id, size_t count, in ChmapInfoCommand() function in cuttlefish::ChmapInfoCommand
58 void ChmapInfoCommand::Reply(AudioStatus status, in Reply()
Dcommands.h63 class ChmapInfoCommand : public InfoCommand<virtio_snd_chmap_info> {
65 ChmapInfoCommand(uint32_t start_id, size_t count,
Dserver.h44 virtual void ChmapsInfo(ChmapInfoCommand& cmd) = 0;
Dserver.cpp265 ChmapInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands()
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.h69 void ChmapsInfo(ChmapInfoCommand& cmd) override;
Daudio_handler.cpp387 void AudioHandler::ChmapsInfo(ChmapInfoCommand& cmd) { in ChmapsInfo()