Home
last modified time | relevance | path

Searched refs:mDequeueBufferCannotBlock (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp191 mCore->mAsyncMode, mCore->mDequeueBufferCannotBlock); in setMaxDequeuedBufferCount()
239 (async || mCore->mDequeueBufferCannotBlock ? 1 : 0)) > in setAsyncMode()
246 mCore->mDequeueBufferCannotBlock); in setAsyncMode()
251 mCore->mDequeueBufferCannotBlock, mCore->mMaxBufferCount) in setAsyncMode()
384 if ((mCore->mDequeueBufferCannotBlock || mCore->mAsyncMode) && in waitForFreeSlotThenRelock()
1160 enableEglCpuThrottling = mCore->mAsyncMode || mCore->mDequeueBufferCannotBlock; in queueBuffer()
1441 mCore->mDequeueBufferCannotBlock = false; in connect()
1445 mCore->mDequeueBufferCannotBlock = mDequeueTimeout < 0; in connect()
1773 timeout >= 0 ? false : mCore->mDequeueBufferCannotBlock; in setDequeueTimeout()
1783 mCore->mDequeueBufferCannotBlock = dequeueBufferCannotBlock; in setDequeueTimeout()
H A DBufferQueueCore.cpp107 mDequeueBufferCannotBlock(false), in BufferQueueCore()
154 mDequeueBufferCannotBlock, mAsyncMode); in dumpState()
227 if (mAsyncMode || mDequeueBufferCannotBlock) { in getMinUndequeuedBufferCountLocked()
248 ((mAsyncMode || mDequeueBufferCannotBlock) ? 1 : 0); in getMaxBufferCountLocked()
H A DBufferQueueConsumer.cpp705 mCore->mDequeueBufferCannotBlock, bufferCount) - in setMaxBufferCount()
758 (mCore->mAsyncMode || mCore->mDequeueBufferCannotBlock ? 1 : 0)) in setMaxAcquiredBufferCount()
764 mCore->mDequeueBufferCannotBlock); in setMaxAcquiredBufferCount()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h225 bool mDequeueBufferCannotBlock; variable
/aosp_15_r20/frameworks/native/libs/gui/include/gui/
H A DBufferQueueCore.h239 bool mDequeueBufferCannotBlock; variable