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

  /frameworks/native/include/gui/
BufferQueueCore.h 105 // setDefaultMaxBufferCountLocked sets the maximum number of buffer slots
109 status_t setDefaultMaxBufferCountLocked(int count);
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 174 status_t BufferQueueCore::setDefaultMaxBufferCountLocked(int count) {
BufferQueueConsumer.cpp 442 return mCore->setDefaultMaxBufferCountLocked(bufferCount);

Completed in 911 milliseconds