Home
last modified time | relevance | path

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

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