Searched refs:OnDeviceChange (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/media/audio/win/
H A Daudio_device_listener_win_unittest.cc37 &AudioDeviceListenerWinTest::OnDeviceChange, base::Unretained(this))));
57 MOCK_METHOD0(OnDeviceChange, void());
72 EXPECT_CALL(*this, OnDeviceChange()).Times(1);
76 EXPECT_CALL(*this, OnDeviceChange()).Times(1);
91 EXPECT_CALL(*this, OnDeviceChange()).Times(0);
95 EXPECT_CALL(*this, OnDeviceChange()).Times(1);
99 EXPECT_CALL(*this, OnDeviceChange()).Times(1);
/external/chromium_org/content/browser/
H A Dsystem_message_window_win_unittest.cc36 window_.OnDeviceChange(DBT_DEVNODES_CHANGED, NULL);
41 window_.OnDeviceChange(DBT_DEVICEQUERYREMOVE, NULL);
H A Dsystem_message_window_win.h22 virtual LRESULT OnDeviceChange(UINT event_type, LPARAM data);
H A Dsystem_message_window_win.cc105 LRESULT SystemMessageWindowWin::OnDeviceChange(UINT event_type, LPARAM data) { function in class:content::SystemMessageWindowWin
154 return OnDeviceChange(static_cast<UINT>(wparam), lparam);
/external/chromium_org/components/storage_monitor/
H A Dtest_storage_monitor_win.cc26 OnDeviceChange(event_type, data);
H A Dstorage_monitor_win.h66 void OnDeviceChange(UINT event_type, LPARAM data);
H A Dstorage_monitor_win.cc146 OnDeviceChange(static_cast<UINT>(wparam), lparam);
184 void StorageMonitorWin::OnDeviceChange(UINT event_type, LPARAM data) { function in class:storage_monitor::StorageMonitorWin
185 DVLOG(1) << "OnDeviceChange " << event_type << " " << data;
/external/chromium_org/media/audio/mac/
H A Daudio_device_listener_mac_unittest.cc42 base::Bind(&AudioDeviceListenerMacTest::OnDeviceChange,
69 MOCK_METHOD0(OnDeviceChange, void());
81 EXPECT_CALL(*this, OnDeviceChange()).Times(1);
/external/chromium_org/media/audio/
H A Daudio_output_controller.h42 // OnDeviceChange(). As the OnDeviceChange() is processed, state transitions
74 virtual void OnDeviceChange(int new_buffer_size, int new_sample_rate) = 0;
144 // OnDeviceChange (unless it is currently diverting, see
159 virtual void OnDeviceChange() OVERRIDE;
H A Daudio_manager.h141 virtual void OnDeviceChange() = 0;
H A Daudio_output_controller.cc278 // If output is currently diverted, we must not call OnDeviceChange
283 OnDeviceChange();
342 void AudioOutputController::OnDeviceChange() { function in class:media::AudioOutputController
345 TRACE_EVENT0("audio", "AudioOutputController::OnDeviceChange");
395 // Note: OnDeviceChange() will engage the "re-create" process, which will
398 OnDeviceChange();
407 // Note: OnDeviceChange() will cause the existing stream (the consumer of the
410 OnDeviceChange();
H A Dvirtual_audio_output_stream_unittest.cc46 MOCK_METHOD0(OnDeviceChange, void());
H A Daudio_output_controller_unittest.cc44 MOCK_METHOD2(OnDeviceChange, void(int new_buffer_size, int new_sample_rate));
165 base::Bind(&AudioOutputController::OnDeviceChange, controller_));
H A Daudio_manager_base.cc357 DVLOG(1) << "Firing OnDeviceChange() notifications.";
358 FOR_EACH_OBSERVER(AudioDeviceListener, output_listeners_, OnDeviceChange());
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host.cc73 virtual void OnDeviceChange(int new_buffer_size, int new_sample_rate)
203 void AudioRendererHost::AudioEntry::OnDeviceChange(int new_buffer_size, function in class:content::AudioRendererHost::AudioEntry

Completed in 170 milliseconds