Searched defs:OnDeviceChange (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/
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 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/
H A Daudio_output_controller.cc268 // If output is currently diverted, we must not call OnDeviceChange
273 OnDeviceChange();
331 void AudioOutputController::OnDeviceChange() { function in class:media::AudioOutputController
334 TRACE_EVENT0("audio", "AudioOutputController::OnDeviceChange");
384 // Note: OnDeviceChange() will engage the "re-create" process, which will
387 OnDeviceChange();
396 // Note: OnDeviceChange() will cause the existing stream (the consumer of the
399 OnDeviceChange();
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_renderer_host.cc74 virtual void OnDeviceChange(int new_buffer_size, int new_sample_rate)
204 void AudioRendererHost::AudioEntry::OnDeviceChange(int new_buffer_size, function in class:content::AudioRendererHost::AudioEntry

Completed in 423 milliseconds