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

  /external/deqp/framework/delibs/destream/
deRingbuffer.c 39 deSemaphore emptyCount;
64 ringbuffer->emptyCount = deSemaphore_create(ringbuffer->blockCount, DE_NULL);
69 !ringbuffer->emptyCount ||
72 if (ringbuffer->emptyCount)
73 deSemaphore_destroy(ringbuffer->emptyCount);
105 deSemaphore_destroy(ringbuffer->emptyCount);
137 deSemaphore_decrement(ringbuffer->emptyCount);
256 deSemaphore_increment(ringbuffer->emptyCount);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor3.cpp 533 size_t emptyCount = mFrameList.size();
539 emptyCount--;
609 if (emptyCount == mFrameList.size()) {
626 __FUNCTION__, minTimestamp, idx, emptyCount);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiWatchdogStateMachine.java     [all...]

Completed in 246 milliseconds