Searched refs:audio_log_ (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/browser/media/ |
D | media_internals_unittest.cc | 38 audio_log_(media_internals_->CreateAudioLog(test_component_)) { in MediaInternalsTest() 85 scoped_ptr<media::AudioLog> audio_log_; member in content::MediaInternalsTest 89 audio_log_->OnCreated( in TEST_P() 106 audio_log_->OnStarted(kTestComponentID); in TEST_P() 111 audio_log_->OnStopped(kTestComponentID); in TEST_P() 119 audio_log_->OnError(kTestComponentID); in TEST_P() 124 audio_log_->OnClosed(kTestComponentID); in TEST_P() 130 audio_log_->OnCreated( in TEST_P() 135 audio_log_->OnClosed(kTestComponentID); in TEST_P()
|
/external/chromium_org/media/audio/ |
D | audio_output_dispatcher_impl.cc | 33 audio_log_( in AudioOutputDispatcherImpl() 75 audio_log_->OnSetVolume(stream_id, volume); in StartStream() 77 audio_log_->OnStarted(stream_id); in StartStream() 93 audio_log_->OnStopped(audio_stream_ids_[physical_stream]); in StopStream() 107 audio_log_->OnSetVolume(audio_stream_ids_[physical_stream], volume); in StreamVolumeSet() 145 audio_log_->OnCreated( in CreateAndOpenStream() 167 audio_log_->OnClosed(it->second); in CloseIdleStreams()
|
D | audio_output_dispatcher_impl.h | 93 scoped_ptr<AudioLog> audio_log_; variable
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | audio_input_renderer_host.cc | 61 audio_log_(MediaInternals::GetInstance()->CreateAudioLog( in AudioInputRendererHost() 184 audio_log_->OnError(entry->stream_id); in DoHandleError() 312 audio_log_->OnCreated(stream_id, audio_params, device_id, std::string()); in OnCreateStream() 325 audio_log_->OnStarted(stream_id); in OnRecordStream() 347 audio_log_->OnSetVolume(stream_id, volume); in OnSetVolume() 371 audio_log_->OnClosed(entry->stream_id); in CloseAndDeleteStream()
|
D | audio_renderer_host.cc | 120 audio_log_(media_internals->CreateAudioLog( in AudioRendererHost() 383 audio_log_->OnCreated(stream_id, params, input_device_id, output_device_id); in OnCreateStream() 396 audio_log_->OnStarted(stream_id); in OnPlayStream() 409 audio_log_->OnStopped(stream_id); in OnPauseStream() 425 audio_log_->OnSetVolume(stream_id, volume); in OnSetVolume() 451 audio_log_->OnClosed(stream_id); in OnCloseStream() 478 audio_log_->OnError(stream_id); in ReportErrorAndClose()
|
D | audio_renderer_host.h | 160 scoped_ptr<media::AudioLog> audio_log_; variable
|
D | audio_input_renderer_host.h | 164 scoped_ptr<media::AudioLog> audio_log_; variable
|