Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DBufferQueue.h353 int getMaxBufferCountLocked(bool async) const;
/frameworks/native/libs/gui/
DBufferQueue.cpp284 const int maxBufferCount = getMaxBufferCountLocked(async); in dequeueBuffer()
511 const int maxBufferCount = getMaxBufferCountLocked(async); in queueBuffer()
668 int maxBufferCount = getMaxBufferCountLocked(false); // worst-case, i.e. largest value in connect()
1181 int BufferQueue::getMaxBufferCountLocked(bool async) const { in getMaxBufferCountLocked() function in android::BufferQueue