Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.h69 void ChmapsInfo(ChmapInfoCommand& cmd) override;
Daudio_handler.cpp387 void AudioHandler::ChmapsInfo(ChmapInfoCommand& cmd) { in ChmapsInfo() function in cuttlefish::AudioHandler
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.h44 virtual void ChmapsInfo(ChmapInfoCommand& cmd) = 0;
Dserver.cpp267 executor.ChmapsInfo(cmd); in ReceiveCommands()