Searched refs:SetInputVolume (Results 1 – 4 of 4) sorted by relevance
106 virtual void SetInputVolume(float volume, float noise_volume) = 0;140 virtual void SetInputVolume(float volume, float noise_volume);
165 SetInputVolume(0, 0); in SetRecordingMode()219 void SpeechInputBubbleBase::SetInputVolume(float volume, float noise_volume) { in SetInputVolume() function in SpeechInputBubbleBase
123 virtual void SetInputVolume(int caller_id, float volume, float noise_volume);349 void SpeechInputManagerImpl::SetInputVolume(int caller_id, float volume, in SetInputVolume() function in speech_input::SpeechInputManagerImpl
177 bubble->SetInputVolume(volume, noise_volume); in ProcessRequestInUiThread()