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

  /frameworks/native/services/surfaceflinger/
DispSync.h 174 sp<Fence> mPresentFences[NUM_PRESENT_SAMPLES];
DispSync.cpp 426 mPresentFences[mPresentSampleOffset] = fence;
432 const sp<Fence>& f(mPresentFences[i]);
436 mPresentFences[i].clear();
632 mPresentFences[i].clear();
672 result.appendFormat("mPresentFences / mPresentTimes [%d]:\n",
678 bool signaled = mPresentFences[idx] == NULL;

Completed in 246 milliseconds