Lines Matching refs:async
130 bool async, int* found, status_t* returnFlags) const { in waitForFreeSlotThenRelock() argument
138 const int maxBufferCount = mCore->getMaxBufferCountLocked(async); in waitForFreeSlotThenRelock()
139 if (async && mCore->mOverrideMaxBufferCount) { in waitForFreeSlotThenRelock()
202 mCore->getMinUndequeuedBufferCountLocked(async); in waitForFreeSlotThenRelock()
247 sp<android::Fence> *outFence, bool async, in dequeueBuffer() argument
256 async ? "true" : "false", width, height, format, usage); in dequeueBuffer()
280 status_t status = waitForFreeSlotThenRelock("dequeueBuffer", async, in dequeueBuffer()
518 bool async; in queueBuffer() local
521 &async, &fence, &stickyTransform); in queueBuffer()
553 const int maxBufferCount = mCore->getMaxBufferCountLocked(async); in queueBuffer()
554 if (async && mCore->mOverrideMaxBufferCount) { in queueBuffer()
613 item.mIsDroppable = mCore->mDequeueBufferCannotBlock || async; in queueBuffer()
873 void BufferQueueProducer::allocateBuffers(bool async, uint32_t width, in allocateBuffers() argument
902 int maxBufferCount = mCore->getMaxBufferCountLocked(async); in allocateBuffers()