Searched refs:SetMicrophoneVolume (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ | ||
D | audio_device.h | 97 int32_t SetMicrophoneVolume(uint32_t volume) override; |
D | audio_device.cpp | 172 int32_t CfAudioDeviceModule::SetMicrophoneVolume(uint32_t volume) { return -1; } in SetMicrophoneVolume() function in cuttlefish::webrtc_streaming::CfAudioDeviceModule |