Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DMotionPredictorMetricsManager.cpp232 ++mAggregatedMetrics[tIndex].highVelocityErrorsCount; in updateAggregatedMetrics()
309 if ((i + 2 >= mMaxNumPredictions) && (mAggregatedMetrics[i].highVelocityErrorsCount > 0)) { in computeAtomFields()
316 mAggregatedMetrics[i].highVelocityErrorsCount); in computeAtomFields()
326 mAggregatedMetrics[i].highVelocityErrorsCount); in computeAtomFields()
/frameworks/native/include/input/
DMotionPredictorMetricsManager.h127 size_t highVelocityErrorsCount = 0; member