Lines Matching refs:LeastSquaresVelocityTrackerStrategy
139 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(1); in createStrategy()
142 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(2); in createStrategy()
145 return std::make_unique<LeastSquaresVelocityTrackerStrategy>(3); in createStrategy()
149 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
150 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
154 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
155 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
159 LeastSquaresVelocityTrackerStrategy>(2, in createStrategy()
160 LeastSquaresVelocityTrackerStrategy:: in createStrategy()
326 LeastSquaresVelocityTrackerStrategy::LeastSquaresVelocityTrackerStrategy( in LeastSquaresVelocityTrackerStrategy() function in android::LeastSquaresVelocityTrackerStrategy
332 LeastSquaresVelocityTrackerStrategy::~LeastSquaresVelocityTrackerStrategy() { in ~LeastSquaresVelocityTrackerStrategy()
335 void LeastSquaresVelocityTrackerStrategy::clear() { in clear()
340 void LeastSquaresVelocityTrackerStrategy::clearPointers(BitSet32 idBits) { in clearPointers()
345 void LeastSquaresVelocityTrackerStrategy::addMovement( in addMovement()
593 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator()
678 float LeastSquaresVelocityTrackerStrategy::chooseWeight(uint32_t index) const { in chooseWeight()