HomeSort by relevance Sort by last modified time
    Searched refs:getMinMaxBufferCountLocked (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/gui/
BufferQueueCore.h 87 // getMinMaxBufferCountLocked returns the minimum number of buffers allowed
90 int getMinMaxBufferCountLocked(bool async) const;
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 147 int BufferQueueCore::getMinMaxBufferCountLocked(bool async) const {
152 int minMaxBufferCount = getMinMaxBufferCountLocked(async);
BufferQueueProducer.cpp 109 const int minBufferSlots = mCore->getMinMaxBufferCountLocked(false);
    [all...]

Completed in 53 milliseconds