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

  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 33 mNumFences(0),
51 mNumFences++;
62 mNumFences++;
86 mNumFences--;
93 mNumFences--;
110 mNumFences = 0;
124 int& numFences = const_cast<int&>(mNumFences);
FrameTracker.h 135 // mNumFences is the total number of fences set in the frame records. It
142 int mNumFences;

Completed in 92 milliseconds