Searched refs:MotionMode (Results 1 – 1 of 1) sorted by relevance
189 enum class MotionMode { enum197 MotionMode motionMode = MotionMode::Instant;200 motionMode = (motionMode == MotionMode::Instant) ? in getMotionSensorIndex()201 MotionMode::Stationary : MotionMode::Instant; in getMotionSensorIndex()260 motionSensorIndices[static_cast<size_t>(MotionMode::Instant)] = i; in nanoappStart()262 motionSensorIndices[static_cast<size_t>(MotionMode::Stationary)] = i; in nanoappStart()