OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShutDownOnIOThread
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_platform_audio_output.h
74
void
ShutDownOnIOThread
();
pepper_platform_audio_output.cc
32
// PepperPlatformAudioOutput::
ShutDownOnIOThread
().
65
base::Bind(&PepperPlatformAudioOutput::
ShutDownOnIOThread
, this));
160
void PepperPlatformAudioOutput::
ShutDownOnIOThread
() {
pepper_platform_audio_input.h
91
void
ShutDownOnIOThread
();
pepper_platform_audio_input.cc
36
// PepperPlatformAudioInput::
ShutDownOnIOThread
().
71
base::Bind(&PepperPlatformAudioInput::
ShutDownOnIOThread
, this));
205
void PepperPlatformAudioInput::
ShutDownOnIOThread
() {
/external/chromium_org/media/audio/
audio_input_device.cc
95
base::Bind(&AudioInputDevice::
ShutDownOnIOThread
, this));
166
ShutDownOnIOThread
();
217
void AudioInputDevice::
ShutDownOnIOThread
() {
227
// We can run into an issue where
ShutDownOnIOThread
is called right after
263
ShutDownOnIOThread
();
audio_input_device.h
37
// Stop -->
ShutDownOnIOThread
------> CloseStream -> Close
124
void
ShutDownOnIOThread
();
146
// Only modified in Initialize() and
ShutDownOnIOThread
().
audio_output_device.h
38
// Stop -->
ShutDownOnIOThread
--------> CloseStream -> Close
136
void
ShutDownOnIOThread
();
audio_output_device.cc
97
base::Bind(&AudioOutputDevice::
ShutDownOnIOThread
, this));
150
void AudioOutputDevice::
ShutDownOnIOThread
() {
159
// We can run into an issue where
ShutDownOnIOThread
is called right after
228
// called Stop() but before
ShutDownOnIOThread
() is processed. In such a
230
// |audio_thread_| do nothing and wait for
ShutDownOnIOThread
() to get called.
264
ShutDownOnIOThread
();
Completed in 505 milliseconds