Searched refs:SpeakerMute (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ | ||
D | audio_device.h | 105 int32_t SpeakerMute(bool* enabled) const override; |
D | audio_device.cpp | 189 int32_t CfAudioDeviceModule::SpeakerMute(bool* enabled) const { return -1; } in SpeakerMute() function in cuttlefish::webrtc_streaming::CfAudioDeviceModule |