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

/frameworks/native/include/gui/
H A DBufferQueueCore.h123 // waitWhileAllocatingLocked blocks until mIsAllocating is false.
240 // mIsAllocating indicates whether a producer is currently trying to allocate buffers (which
244 bool mIsAllocating; member in class:android::BufferQueueCore
246 // mIsAllocatingCondition is a condition variable used by producers to wait until mIsAllocating
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp68 mIsAllocating(false),
233 while (mIsAllocating) {
H A DBufferQueueProducer.cpp950 mCore->mIsAllocating = true;
962 mCore->mIsAllocating = false;
979 mCore->mIsAllocating = false;
1000 mCore->mIsAllocating = false;

Completed in 61 milliseconds