Lines Matching refs:IntegratingVelocityTrackerStrategy
192 return new IntegratingVelocityTrackerStrategy(1);
198 return new IntegratingVelocityTrackerStrategy(2);
752 // --- IntegratingVelocityTrackerStrategy ---
754 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) :
758 IntegratingVelocityTrackerStrategy::~IntegratingVelocityTrackerStrategy() {
761 void IntegratingVelocityTrackerStrategy::clear() {
765 void IntegratingVelocityTrackerStrategy::clearPointers(BitSet32 idBits) {
769 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
786 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id,
799 void IntegratingVelocityTrackerStrategy::initState(State& state,
812 void IntegratingVelocityTrackerStrategy::updateState(State& state,
854 void IntegratingVelocityTrackerStrategy::populateEstimator(const State& state,