Home | History | Annotate | Download | only in input

Lines Matching refs:IntegratingVelocityTrackerStrategy

184         return new IntegratingVelocityTrackerStrategy(1);
190 return new IntegratingVelocityTrackerStrategy(2);
693 // --- IntegratingVelocityTrackerStrategy ---
695 IntegratingVelocityTrackerStrategy::IntegratingVelocityTrackerStrategy(uint32_t degree) :
699 IntegratingVelocityTrackerStrategy::~IntegratingVelocityTrackerStrategy() {
702 void IntegratingVelocityTrackerStrategy::clear() {
706 void IntegratingVelocityTrackerStrategy::clearPointers(BitSet32 idBits) {
710 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
727 bool IntegratingVelocityTrackerStrategy::getEstimator(uint32_t id,
740 void IntegratingVelocityTrackerStrategy::initState(State& state,
753 void IntegratingVelocityTrackerStrategy::updateState(State& state,
795 void IntegratingVelocityTrackerStrategy::populateEstimator(const State& state,