Searched refs:getMaxBufferCountLocked (Results 1 – 2 of 2) sorted by relevance
353 int getMaxBufferCountLocked(bool async) const;
284 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