Home
last modified time | relevance | path

Searched defs:setMaxAcquiredBufferCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hostgraphics/
DHostBufferQueue.cpp51 virtual status_t setMaxAcquiredBufferCount(int maxAcquiredBuffers) { return OK; } in setMaxAcquiredBufferCount() function in android::HostBufferQueue
/frameworks/native/libs/gui/
DBufferHubConsumer.cpp96 status_t BufferHubConsumer::setMaxAcquiredBufferCount(int /*maxAcquiredBuffers*/) { in setMaxAcquiredBufferCount() function in android::BufferHubConsumer
DIGraphicBufferConsumer.cpp115 status_t setMaxAcquiredBufferCount(int maxAcquiredBuffers) override { in setMaxAcquiredBufferCount() function in android::BpGraphicBufferConsumer
DBufferQueueConsumer.cpp641 status_t BufferQueueConsumer::setMaxAcquiredBufferCount( in setMaxAcquiredBufferCount() function in android::BufferQueueConsumer
DConsumerBase.cpp310 status_t ConsumerBase::setMaxAcquiredBufferCount(int maxAcquiredBuffers) { in setMaxAcquiredBufferCount() function in android::ConsumerBase