Searched refs:ShutDownOnIOThread (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_audio_output.cc36 // PepperPlatformAudioOutput::ShutDownOnIOThread().
69 base::Bind(&PepperPlatformAudioOutput::ShutDownOnIOThread, this));
166 void PepperPlatformAudioOutput::ShutDownOnIOThread() { function in class:content::PepperPlatformAudioOutput
H A Dpepper_platform_audio_output.h76 void ShutDownOnIOThread();
H A Dpepper_platform_audio_input.h89 void ShutDownOnIOThread();
H A Dpepper_platform_audio_input.cc41 // PepperPlatformAudioInput::ShutDownOnIOThread().
76 base::Bind(&PepperPlatformAudioInput::ShutDownOnIOThread, this));
219 void PepperPlatformAudioInput::ShutDownOnIOThread() { function in class:content::PepperPlatformAudioInput
/external/chromium_org/media/audio/
H A Daudio_input_device.cc96 base::Bind(&AudioInputDevice::ShutDownOnIOThread, this));
167 ShutDownOnIOThread();
218 void AudioInputDevice::ShutDownOnIOThread() {
228 // We can run into an issue where ShutDownOnIOThread is called right after
264 ShutDownOnIOThread();
H A Daudio_input_device.h37 // Stop --> ShutDownOnIOThread ------> CloseStream -> Close
125 void ShutDownOnIOThread();
147 // Only modified in Initialize() and ShutDownOnIOThread().
H A Daudio_output_device.h38 // Stop --> ShutDownOnIOThread --------> CloseStream -> Close
130 void ShutDownOnIOThread();
H A Daudio_output_device.cc95 base::Bind(&AudioOutputDevice::ShutDownOnIOThread, this));
148 void AudioOutputDevice::ShutDownOnIOThread() { function in class:media::AudioOutputDevice
157 // We can run into an issue where ShutDownOnIOThread is called right after
226 // called Stop() but before ShutDownOnIOThread() is processed. In such a
228 // |audio_thread_| do nothing and wait for ShutDownOnIOThread() to get called.
262 ShutDownOnIOThread();

Completed in 435 milliseconds