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

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_track_jni.h 123 static bool PlayThreadFunc(void*);
audio_track_jni.cc 165 _ptrThreadPlay = ThreadWrapper::CreateThread(PlayThreadFunc, this,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
file_audio_device.cc 211 _ptrThreadPlay = ThreadWrapper::CreateThread(PlayThreadFunc,
519 bool FileAudioDevice::PlayThreadFunc(void* pThis)
file_audio_device.h 164 static bool PlayThreadFunc(void*);
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 184 static bool PlayThreadFunc(void*);
audio_device_pulse_linux.h 282 static bool PlayThreadFunc(void*);
audio_device_alsa_linux.cc     [all...]
audio_device_pulse_linux.cc 238 _ptrThreadPlay = ThreadWrapper::CreateThread(PlayThreadFunc, this,
    [all...]

Completed in 205 milliseconds