HomeSort by relevance Sort by last modified time
    Searched refs:tmpThread (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 210 rtc::PlatformThread* tmpThread = _ptrThreadRec.release();
213 tmpThread->Stop();
214 delete tmpThread;
222 rtc::PlatformThread* tmpThread = _ptrThreadPlay.release();
225 tmpThread->Stop();
226 delete tmpThread;
    [all...]
audio_device_pulse_linux.cc 233 rtc::PlatformThread* tmpThread = _ptrThreadRec.release();
236 tmpThread->Stop();
237 delete tmpThread;
243 rtc::PlatformThread* tmpThread = _ptrThreadPlay.release();
246 tmpThread->Stop();
247 delete tmpThread;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 292 rtc::PlatformThread* tmpThread = _ptrThread.release();
297 tmpThread->Stop();
298 delete tmpThread;
    [all...]

Completed in 105 milliseconds