OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpThread
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.cc
227
ThreadWrapper*
tmpThread
= _ptrThreadRec;
230
tmpThread
->SetNotAlive();
233
if (
tmpThread
->Stop())
235
delete
tmpThread
;
[
all
...]
audio_track_jni.cc
220
ThreadWrapper*
tmpThread
= _ptrThreadPlay;
223
tmpThread
->SetNotAlive();
225
if (
tmpThread
->Stop())
227
delete
tmpThread
;
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
217
ThreadWrapper*
tmpThread
= _ptrThreadRec;
221
tmpThread
->SetNotAlive();
223
if (
tmpThread
->Stop())
225
delete
tmpThread
;
239
ThreadWrapper*
tmpThread
= _ptrThreadPlay;
243
tmpThread
->SetNotAlive();
245
if (
tmpThread
->Stop())
247
delete
tmpThread
;
[
all
...]
audio_device_pulse_linux.cc
279
ThreadWrapper*
tmpThread
= _ptrThreadRec;
283
tmpThread
->SetNotAlive();
285
if (
tmpThread
->Stop())
287
delete
tmpThread
;
300
ThreadWrapper*
tmpThread
= _ptrThreadPlay;
304
tmpThread
->SetNotAlive();
306
if (
tmpThread
->Stop())
308
delete
tmpThread
;
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
329
ThreadWrapper*
tmpThread
= _ptrThread;
333
tmpThread
->SetNotAlive();
336
if (
tmpThread
->Stop())
338
delete
tmpThread
;
[
all
...]
Completed in 2387 milliseconds