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

  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlane.h 137 int mCacheCapacity;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlane.h 137 int mCacheCapacity;
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlane.cpp 32 mCacheCapacity(0),
62 mCacheCapacity = bufferCount;
237 if ((int)mDataBuffers.size() >= mCacheCapacity) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlane.cpp 33 mCacheCapacity(0),
68 mCacheCapacity = bufferCount;
253 if ((int)mDataBuffers.size() >= mCacheCapacity) {

Completed in 260 milliseconds