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.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();
/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 375 milliseconds