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 97 mFunctorsCount = 0;
679 return mFunctorsCount > 0;
683 mFunctorsCount += functorCount;
687 if (functorCount > mFunctorsCount) {
688 mFunctorsCount = 0;
690 mFunctorsCount -= functorCount;
Caches.h 432 uint32_t mFunctorsCount;

Completed in 198 milliseconds