Searched refs:mIsAllocatingCondition (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/gui/
H A DBufferQueueCore.h268 // FREE slots while this is true. mIsAllocatingCondition is signaled when this value changes to
272 // mIsAllocatingCondition is a condition variable used by producers to wait until mIsAllocating
274 mutable Condition mIsAllocatingCondition; member in class:android::BufferQueueCore
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp82 mIsAllocatingCondition(),
291 mIsAllocatingCondition.wait(mMutex);
H A DBufferQueueProducer.cpp509 mCore->mIsAllocatingCondition.broadcast();
1264 mCore->mIsAllocatingCondition.broadcast();
1282 mCore->mIsAllocatingCondition.broadcast();
1310 mCore->mIsAllocatingCondition.broadcast();

Completed in 724 milliseconds