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 61 mFrameRecords[mOffset].actualPresentFence = readyFence;
89 if (mFrameRecords[mOffset].actualPresentFence != NULL) {
92 mFrameRecords[mOffset].actualPresentFence = NULL;
108 mFrameRecords[i].actualPresentFence.clear();
140 const sp<Fence>& pfence = records[idx].actualPresentFence;
144 records[idx].actualPresentFence = NULL;
FrameTracker.h 101 sp<Fence> actualPresentFence;

Completed in 593 milliseconds