Searched defs:GetMicVolume (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/voice_engine/ | ||
D | voe_volume_control_impl.cc | 167 int VoEVolumeControlImpl::GetMicVolume(unsigned int& volume) { in GetMicVolume() function in webrtc::VoEVolumeControlImpl |
/external/webrtc/webrtc/modules/audio_processing/agc/ | ||
D | agc_manager_direct_unittest.cc | 42 int GetMicVolume() override { return volume_; } in GetMicVolume() function in webrtc::__anon658326f70111::TestVolumeCallbacks |
/external/webrtc/webrtc/modules/audio_processing/ | ||
D | audio_processing_impl.cc | 142 int GetMicVolume() override { return volume_; } in GetMicVolume() function in webrtc::GainControlForNewAgc |