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

  /frameworks/native/include/gui/
CpuConsumer.h 132 uint32_t mCurrentLockedBuffers;
  /frameworks/native/libs/gui/
CpuConsumer.cpp 37 mCurrentLockedBuffers(0)
74 if (mCurrentLockedBuffers == mMaxLockedBuffers) {
168 mCurrentLockedBuffers++;
216 mCurrentLockedBuffers--;

Completed in 1211 milliseconds