Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DBufferQueueCore.h99 int getMinMaxBufferCountLocked() const;
/frameworks/native/libs/gui/
DBufferQueueCore.cpp178 int BufferQueueCore::getMinMaxBufferCountLocked() const { in getMinMaxBufferCountLocked() function in android::BufferQueueCore
DBufferQueueProducer.cpp133 const int minBufferSlots = mCore->getMinMaxBufferCountLocked(); in setMaxDequeuedBufferCount()