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

  /frameworks/native/include/gui/
BufferQueueCore.h 92 // getMaxBufferCountLocked returns the maximum number of buffers that can be
103 int getMaxBufferCountLocked(bool async) const;
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 151 int BufferQueueCore::getMaxBufferCountLocked(bool async) const {
BufferQueueProducer.cpp 143 const int maxBufferCount = mCore->getMaxBufferCountLocked(async);
556 const int maxBufferCount = mCore->getMaxBufferCountLocked(async);
    [all...]

Completed in 1310 milliseconds