Home
last modified time | relevance | path

Searched refs:SetInputVolume (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/speech/
Dspeech_input_bubble.h106 virtual void SetInputVolume(float volume, float noise_volume) = 0;
140 virtual void SetInputVolume(float volume, float noise_volume);
Dspeech_input_bubble.cc165 SetInputVolume(0, 0); in SetRecordingMode()
219 void SpeechInputBubbleBase::SetInputVolume(float volume, float noise_volume) { in SetInputVolume() function in SpeechInputBubbleBase
Dspeech_input_manager.cc123 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
Dspeech_input_bubble_controller.cc177 bubble->SetInputVolume(volume, noise_volume); in ProcessRequestInUiThread()