Lines Matching refs:IntegratingVelocityTrackerStrategy
164 return std::make_unique<IntegratingVelocityTrackerStrategy>(1); in createStrategy()
167 return std::make_unique<IntegratingVelocityTrackerStrategy>(2); in createStrategy()
748 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) : in IntegratingVelocityTrackerStrategy() function in android::IntegratingVelocityTrackerStrategy
752 IntegratingVelocityTrackerStrategy::~IntegratingVelocityTrackerStrategy() { in ~IntegratingVelocityTrackerStrategy()
755 void IntegratingVelocityTrackerStrategy::clear() { in clear()
759 void IntegratingVelocityTrackerStrategy::clearPointers(BitSet32 idBits) { in clearPointers()
763 void IntegratingVelocityTrackerStrategy::addMovement( in addMovement()
781 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id, in getEstimator()
794 void IntegratingVelocityTrackerStrategy::initState(State& state, in initState()
807 void IntegratingVelocityTrackerStrategy::updateState(State& state, in updateState()
849 void IntegratingVelocityTrackerStrategy::populateEstimator(const State& state, in populateEstimator()