Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DMotionPredictorMetricsManager.cpp174 const PredictionPoint& predictionPoint) { in updateAggregatedMetrics() argument
186 predictionPoint.position - previousGroundTruthPoint.position; in updateAggregatedMetrics()
207 static_cast<float>(predictionPoint.targetTimestamp - predictionPoint.originTimestamp); in updateAggregatedMetrics()
217 const float pressureError = predictionPoint.pressure - latestGroundTruthPoint.pressure; in updateAggregatedMetrics()
/frameworks/native/include/input/
DMotionPredictorMetricsManager.h198 void updateAggregatedMetrics(const PredictionPoint& predictionPoint);