Searched refs:SetMicrophoneMute (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ | ||
D | audio_device.h | 109 int32_t SetMicrophoneMute(bool enable) override; |
D | audio_device.cpp | 196 int32_t CfAudioDeviceModule::SetMicrophoneMute(bool enable) { return -1; } in SetMicrophoneMute() function in cuttlefish::webrtc_streaming::CfAudioDeviceModule |