Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h117 bool dequeueBufferCannotBlock, int maxBufferCount) const;
/frameworks/native/libs/gui/
DBufferQueueCore.cpp191 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked() argument
193 ((asyncMode || dequeueBufferCannotBlock) ? 1 : 0); in getMaxBufferCountLocked()
DBufferQueueProducer.cpp1500 bool dequeueBufferCannotBlock = in setDequeueTimeout() local
1502 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, dequeueBufferCannotBlock, in setDequeueTimeout()
1511 mCore->mDequeueBufferCannotBlock = dequeueBufferCannotBlock; in setDequeueTimeout()