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

  /frameworks/base/libs/hwui/
Caches.cpp 99 mFunctorsCount = 0;
669 return mFunctorsCount > 0;
673 mFunctorsCount += functorCount;
677 if (functorCount > mFunctorsCount) {
678 mFunctorsCount = 0;
680 mFunctorsCount -= functorCount;
Caches.h 429 uint32_t mFunctorsCount;

Completed in 72 milliseconds