Searched defs:SetMicVolume (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/voice_engine/ | ||
D | voe_volume_control_impl.cc | 115 int VoEVolumeControlImpl::SetMicVolume(unsigned int volume) { in SetMicVolume() function in webrtc::VoEVolumeControlImpl |
/external/webrtc/webrtc/modules/audio_processing/agc/ | ||
D | agc_manager_direct_unittest.cc | 41 void SetMicVolume(int volume) override { volume_ = volume; } in SetMicVolume() function in webrtc::__anon658326f70111::TestVolumeCallbacks |
/external/webrtc/webrtc/modules/audio_processing/ | ||
D | audio_processing_impl.cc | 141 void SetMicVolume(int volume) override { volume_ = volume; } in SetMicVolume() function in webrtc::GainControlForNewAgc |