Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h116 bool dequeueBufferCannotBlock, int maxBufferCount) const;
/frameworks/native/libs/gui/
DBufferQueueCore.cpp187 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked() argument
189 ((asyncMode || dequeueBufferCannotBlock) ? 1 : 0); in getMaxBufferCountLocked()