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

  /cts/tests/tests/media/libaudiojni/
Gate.h 25 // Gate is a synchronization object.
30 // When a gate is opened, all waiting threads will pass through.
32 // Since gate holds no external locks, consistency with external
36 // arrived at the gate via wait(). Each thread entering
41 // passed the gate. If the waitId is less than or equal to the mPassCount
42 // then that thread has passed the gate. An open gate sets mPassedCount
47 class Gate {
49 Gate(bool open = false) :
56 // waits for the gate to open, returns immediately if gate is already open
    [all...]
audio-record-native.cpp 21 #include "Gate.h"
331 mReadReady.closeGate(); // the callback will open gate when read is completed.
428 Gate mReadReady;
audio-track-native.cpp 21 #include "Gate.h"
367 Gate mWriteReady;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 407 milliseconds