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