HomeSort by relevance Sort by last modified time
    Searched full:noise_volume (Results 1 - 21 of 21) sorted by null

  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 75 float noise_volume) {
77 volume, noise_volume);
141 float noise_volume) {
145 caller_id, type, text, volume, noise_volume));
177 bubble->SetInputVolume(volume, noise_volume);
speech_input_bubble.h 106 virtual void SetInputVolume(float volume, float noise_volume) = 0;
140 virtual void SetInputVolume(float volume, float noise_volume);
speech_input_bubble_controller.h 75 void SetBubbleInputVolume(int caller_id, float volume, float noise_volume);
111 float noise_volume);
speech_input_manager.cc 123 virtual void SetInputVolume(int caller_id, float volume, float noise_volume);
350 float noise_volume) {
354 bubble_controller_->SetBubbleInputVolume(caller_id, volume, noise_volume);
speech_input_bubble.cc 219 void SpeechInputBubbleBase::SetInputVolume(float volume, float noise_volume) {
227 DrawVolumeOverlay(&canvas, *g_images.Get().mic_noise(), noise_volume);
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller.cc 79 float noise_volume) {
82 request.noise_volume = noise_volume;
196 bubble_->SetInputVolume(request.volume, request.noise_volume);
210 noise_volume(0.0F),
speech_recognition_bubble_controller.h 59 void SetBubbleInputVolume(float volume, float noise_volume);
95 float noise_volume; member in struct:speech::SpeechRecognitionBubbleController::UIRequest
chrome_speech_recognition_manager_delegate.h 39 float noise_volume) OVERRIDE;
chrome_speech_recognition_manager_delegate_bubble_ui.h 40 int session_id, float volume, float noise_volume) OVERRIDE;
chrome_speech_recognition_manager_delegate_bubble_ui.cc 166 int session_id, float volume, float noise_volume) {
168 session_id, volume, noise_volume);
172 GetBubbleController()->SetBubbleInputVolume(volume, noise_volume);
speech_recognition_bubble.h 116 virtual void SetInputVolume(float volume, float noise_volume) = 0;
150 virtual void SetInputVolume(float volume, float noise_volume) OVERRIDE;
speech_recognition_bubble.cc 256 float noise_volume) {
266 DrawVolumeOverlay(&canvas, *g_images.Get().mic_noise(), noise_volume);
chrome_speech_recognition_manager_delegate.cc 324 int session_id, float volume, float noise_volume) {
  /external/chromium_org/content/public/browser/
speech_recognition_event_listener.h 55 // The value of |volume| and |noise_volume| is in the [0.0, 1.0] range.
59 float volume, float noise_volume) = 0;
  /external/chromium_org/content/browser/speech/
input_tag_speech_dispatcher_host.h 54 float noise_volume) OVERRIDE;
speech_recognition_dispatcher_host.h 53 float noise_volume) OVERRIDE;
input_tag_speech_dispatcher_host.cc 223 int session_id, float volume, float noise_volume) {}
speech_recognition_dispatcher_host.cc 241 float noise_volume) {
speech_recognition_manager_impl.h 93 float noise_volume) OVERRIDE;
speech_recognizer_impl_unittest.cc 114 float noise_volume) OVERRIDE {
116 noise_volume_ = noise_volume;
speech_recognition_manager_impl.cc 403 int session_id, float volume, float noise_volume) {
409 delegate_listener->OnAudioLevelsChange(session_id, volume, noise_volume);
411 listener->OnAudioLevelsChange(session_id, volume, noise_volume);

Completed in 166 milliseconds