Home
last modified time | relevance | path

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

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