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

  /frameworks/native/include/gui/
BufferQueue.h 345 // mDequeueBufferCannotBlock
510 // mDequeueBufferCannotBlock whether dequeueBuffer() isn't allowed to block.
513 bool mDequeueBufferCannotBlock;
  /frameworks/native/libs/gui/
BufferQueue.cpp 75 mDequeueBufferCannotBlock(false),
367 if (mDequeueBufferCannotBlock && (acquiredCount <= mMaxAcquiredBufferCount)) {
568 item.mIsDroppable = mDequeueBufferCannotBlock || async;
571 // when the queue is empty, we can ignore "mDequeueBufferCannotBlock", and
702 mDequeueBufferCannotBlock = mConsumerControlledByApp && producerControlledByApp;
791 "%s-BufferQueue mMaxAcquiredBufferCount=%d, mDequeueBufferCannotBlock=%d, default-size=[%dx%d], "
793 prefix, mMaxAcquiredBufferCount, mDequeueBufferCannotBlock, mDefaultWidth,
    [all...]

Completed in 50 milliseconds