Home
last modified time | relevance | path

Searched refs:dequeueBufferCannotBlock (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferQueueCore.h111 bool dequeueBufferCannotBlock, int maxBufferCount) const;
/aosp12/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp239 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked() argument
241 ((asyncMode || dequeueBufferCannotBlock) ? 1 : 0); in getMaxBufferCountLocked()
H A DBufferQueueProducer.cpp1569 bool dequeueBufferCannotBlock = in setDequeueTimeout() local
1571 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, dequeueBufferCannotBlock, in setDequeueTimeout()
1580 mCore->mDequeueBufferCannotBlock = dequeueBufferCannotBlock; in setDequeueTimeout()