Home
last modified time | relevance | path

Searched refs:StreamsInfo (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.h63 void StreamsInfo(StreamInfoCommand& cmd) override;
Daudio_handler.cpp316 void AudioHandler::StreamsInfo(StreamInfoCommand& cmd) { in StreamsInfo() function in cuttlefish::AudioHandler
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.h38 virtual void StreamsInfo(StreamInfoCommand& cmd) = 0;
Dserver.cpp191 executor.StreamsInfo(cmd); in ReceiveCommands()