Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueCore.cpp69 mIsAllocatingCondition() in BufferQueueCore()
234 mIsAllocatingCondition.wait(mMutex); in waitWhileAllocatingLocked()
DBufferQueueProducer.cpp963 mCore->mIsAllocatingCondition.broadcast(); in allocateBuffers()
980 mCore->mIsAllocatingCondition.broadcast(); in allocateBuffers()
1001 mCore->mIsAllocatingCondition.broadcast(); in allocateBuffers()
/frameworks/native/include/gui/
DBufferQueueCore.h248 mutable Condition mIsAllocatingCondition; variable