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 167 sp<Fence> mPresentFences[NUM_PRESENT_SAMPLES];
DispSync.cpp 325 mPresentFences[mPresentSampleOffset] = fence;
331 const sp<Fence>& f(mPresentFences[i]);
335 mPresentFences[i].clear();
499 mPresentFences[i].clear();
538 result.appendFormat("mPresentFences / mPresentTimes [%d]:\n",
544 bool signaled = mPresentFences[idx] == NULL;

Completed in 307 milliseconds