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

  /frameworks/native/services/surfaceflinger/
DispSync.h 123 // mPresentTimes array.
137 nsecs_t mPresentTimes[NUM_PRESENT_SAMPLES];
DispSync.cpp 325 mPresentTimes[mPresentSampleOffset] = 0;
335 mPresentTimes[i] = t + presentTimeOffset;
452 nsecs_t sample = mPresentTimes[i];
479 mPresentTimes[i] = 0;

Completed in 718 milliseconds