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

  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 64 mFrameRecords[mOffset].actualPresentFence = readyFence;
92 if (mFrameRecords[mOffset].actualPresentFence != NULL) {
95 mFrameRecords[mOffset].actualPresentFence = NULL;
111 mFrameRecords[i].actualPresentFence.clear();
169 const sp<Fence>& pfence = records[idx].actualPresentFence;
173 records[idx].actualPresentFence = NULL;
FrameTracker.h 104 sp<Fence> actualPresentFence;

Completed in 207 milliseconds