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

  /frameworks/native/include/gui/
BufferQueueCore.h 126 // waitWhileAllocatingLocked blocks until mIsAllocating is false.
260 // mIsAllocating indicates whether a producer is currently trying to allocate buffers (which
264 bool mIsAllocating;
266 // mIsAllocatingCondition is a condition variable used by producers to wait until mIsAllocating
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 71 mIsAllocating(false),
252 while (mIsAllocating) {
BufferQueueProducer.cpp     [all...]

Completed in 121 milliseconds