Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/audio_connector/
Dcommands.cpp78 StreamInfoCommand::StreamInfoCommand(uint32_t start_id, size_t count, in StreamInfoCommand() function in cuttlefish::StreamInfoCommand
83 void StreamInfoCommand::Reply(AudioStatus status, in Reply()
Dcommands.h81 class StreamInfoCommand : public InfoCommand<virtio_snd_pcm_info> {
83 StreamInfoCommand(uint32_t start_id, size_t count,
Dserver.h38 virtual void StreamsInfo(StreamInfoCommand& cmd) = 0;
Dserver.cpp189 StreamInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands()
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.h63 void StreamsInfo(StreamInfoCommand& cmd) override;
Daudio_handler.cpp316 void AudioHandler::StreamsInfo(StreamInfoCommand& cmd) { in StreamsInfo()