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

  /frameworks/native/libs/gui/
CpuConsumer.cpp 36 mMaxLockedBuffers(maxLockedBuffers),
74 if (mCurrentLockedBuffers == mMaxLockedBuffers) {
76 mMaxLockedBuffers);
135 for (; lockedIdx < mMaxLockedBuffers; lockedIdx++) {
141 assert(lockedIdx < mMaxLockedBuffers);
179 for (; lockedIdx < mMaxLockedBuffers; lockedIdx++) {
182 if (lockedIdx == mMaxLockedBuffers) {
  /frameworks/native/include/gui/
CpuConsumer.h 109 uint32_t mMaxLockedBuffers;

Completed in 1548 milliseconds