Searched refs:mIsAllocating (Results 1 – 3 of 3) sorted by relevance
89 mIsAllocating(false), in BufferQueueCore()322 while (mIsAllocating) { in waitWhileAllocatingLocked()432 if (mSlots[slot].mGraphicBuffer == nullptr && !mIsAllocating) { in validateConsistencyLocked()
393 if (mCore->mFreeBuffers.empty() && mCore->mIsAllocating) { in dequeueBuffer()476 mCore->mIsAllocating = true; in dequeueBuffer()529 mCore->mIsAllocating = false; in dequeueBuffer()1382 mCore->mIsAllocating = true; in allocateBuffers()1397 mCore->mIsAllocating = false; in allocateBuffers()1415 mCore->mIsAllocating = false; in allocateBuffers()1443 mCore->mIsAllocating = false; in allocateBuffers()
296 bool mIsAllocating; variable