Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DDispSync.h200 enum { ACCEPTABLE_ZERO_ERR_SAMPLES_COUNT = 64 }; enumerator
DDispSync.cpp754 ALOGE_IF((mZeroErrSamplesCount % ACCEPTABLE_ZERO_ERR_SAMPLES_COUNT) == 0, in updateErrorLocked()