Home
last modified time | relevance | path

Searched defs:estimator (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/
DVelocityTracker.cpp268 std::optional<Estimator> estimator = getEstimator(axis, pointerId); in addMovement() local
349 std::optional<Estimator> estimator = getEstimator(axis, pointerId); in getVelocity() local
700 VelocityTracker::Estimator estimator; in getEstimator() local
713 VelocityTracker::Estimator estimator; in getEstimator() local
728 VelocityTracker::Estimator estimator; in getEstimator() local
834 VelocityTracker::Estimator estimator; in getEstimator() local
998 VelocityTracker::Estimator estimator; in getEstimator() local
1214 VelocityTracker::Estimator estimator; in getEstimator() local
/frameworks/base/services/core/java/com/android/server/power/stats/
DMemoryPowerCalculator.java72 UsageBasedPowerEstimator estimator = mPowerEstimators[(int) timers.keyAt(i)]; in calculatePower() local
DCpuPowerCalculator.java87 final UsageBasedPowerEstimator estimator = new UsageBasedPowerEstimator( in CpuPowerCalculator() local