Searched refs:StreamInfoCommand (Results 1 – 6 of 6) sorted by relevance
78 StreamInfoCommand::StreamInfoCommand(uint32_t start_id, size_t count, in StreamInfoCommand() function in cuttlefish::StreamInfoCommand83 void StreamInfoCommand::Reply(AudioStatus status, in Reply()
81 class StreamInfoCommand : public InfoCommand<virtio_snd_pcm_info> {83 StreamInfoCommand(uint32_t start_id, size_t count,
38 virtual void StreamsInfo(StreamInfoCommand& cmd) = 0;
189 StreamInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands()
63 void StreamsInfo(StreamInfoCommand& cmd) override;
316 void AudioHandler::StreamsInfo(StreamInfoCommand& cmd) { in StreamsInfo()