Home
last modified time | relevance | path

Searched refs:MotionMode (Results 1 – 1 of 1) sorted by relevance

/system/chre/apps/sensor_world/
Dsensor_world.cc189 enum class MotionMode { enum
197 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()