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 36 mNumFences(0),
54 mNumFences++;
65 mNumFences++;
89 mNumFences--;
96 mNumFences--;
113 mNumFences = 0;
153 int& numFences = const_cast<int&>(mNumFences);
FrameTracker.h 138 // mNumFences is the total number of fences set in the frame records. It
145 int mNumFences;

Completed in 45 milliseconds