Home
last modified time | relevance | path

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

/system/chre/apps/sensor_world/
Dsensor_world.cc259 MotionMode motionMode = MotionMode::Instant; variable
262 motionMode = (motionMode == MotionMode::Instant) ? MotionMode::Stationary in getMotionSensorIndex()
264 return motionSensorIndices[static_cast<size_t>(motionMode)]; in getMotionSensorIndex()