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

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_track_jni.h 148 EventWrapper& _playStartStopEvent;
audio_track_jni.cc 107 _playStartStopEvent(*EventWrapper::Create()),
130 delete &_playStartStopEvent;
204 if (kEventSignaled != _playStartStopEvent.Wait(5000))
216 _playStartStopEvent.Reset();
519 if (kEventSignaled != _playStartStopEvent.Wait(5000))
524 _playStartStopEvent.Reset();
    [all...]

Completed in 119 milliseconds