Searched refs:ChmapInfoCommand (Results 1 – 6 of 6) sorted by relevance
53 ChmapInfoCommand::ChmapInfoCommand(uint32_t start_id, size_t count, in ChmapInfoCommand() function in cuttlefish::ChmapInfoCommand58 void ChmapInfoCommand::Reply(AudioStatus status, in Reply()
63 class ChmapInfoCommand : public InfoCommand<virtio_snd_chmap_info> {65 ChmapInfoCommand(uint32_t start_id, size_t count,
44 virtual void ChmapsInfo(ChmapInfoCommand& cmd) = 0;
265 ChmapInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands()
69 void ChmapsInfo(ChmapInfoCommand& cmd) override;
387 void AudioHandler::ChmapsInfo(ChmapInfoCommand& cmd) { in ChmapsInfo()