Searched refs:mIsAllocating (Results 1 – 3 of 3) sorted by relevance
88 mIsAllocating(false), in BufferQueueCore()315 while (mIsAllocating) { in waitWhileAllocatingLocked()425 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()1374 mCore->mIsAllocating = true; in allocateBuffers()1389 mCore->mIsAllocating = false; in allocateBuffers()1407 mCore->mIsAllocating = false; in allocateBuffers()1435 mCore->mIsAllocating = false; in allocateBuffers()
292 bool mIsAllocating; variable