Home
last modified time | relevance | path

Searched refs:NUM_PRESENT_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDispSync.h110 enum { NUM_PRESENT_SAMPLES = 8 }; enumerator
136 sp<Fence> mPresentFences[NUM_PRESENT_SAMPLES];
137 nsecs_t mPresentTimes[NUM_PRESENT_SAMPLES];
DDispSync.cpp333 mPresentSampleOffset = (mPresentSampleOffset + 1) % NUM_PRESENT_SAMPLES; in addPresentFence()
336 for (size_t i = 0; i < NUM_PRESENT_SAMPLES; i++) { in addPresentFence()
458 for (size_t i = 0; i < NUM_PRESENT_SAMPLES; i++) { in updateErrorLocked()
484 for (size_t i = 0; i < NUM_PRESENT_SAMPLES; i++) { in resetErrorLocked()