Searched refs:motionMode (Results 1 – 1 of 1) sorted by relevance
259 MotionMode motionMode = MotionMode::Instant; variable262 motionMode = (motionMode == MotionMode::Instant) ? MotionMode::Stationary in getMotionSensorIndex()264 return motionSensorIndices[static_cast<size_t>(motionMode)]; in getMotionSensorIndex()