HomeSort by relevance Sort by last modified time
    Searched refs:mDequeueBufferCannotBlock (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/gui/
BufferQueueCore.cpp 61 mDequeueBufferCannotBlock(false),
107 "mDequeueBufferCannotBlock=%d, default-size=[%dx%d], "
109 prefix, mMaxAcquiredBufferCount, mDequeueBufferCannotBlock,
149 if (mDequeueBufferCannotBlock || async) {
BufferQueueProducer.cpp 244 if (mCore->mDequeueBufferCannotBlock &&
654 item.mIsDroppable = mCore->mDequeueBufferCannotBlock || async;
660 // When the queue is empty, we can ignore mDequeueBufferCannotBlock
880 mCore->mDequeueBufferCannotBlock =
    [all...]
  /frameworks/native/include/gui/
BufferQueueCore.h 98 // mDequeueBufferCannotBlock
210 // mDequeueBufferCannotBlock indicates whether dequeueBuffer is allowed to
213 bool mDequeueBufferCannotBlock;

Completed in 435 milliseconds