Home
last modified time | relevance | path

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

/system/chre/apps/sensor_world/
Dsensor_world.cc197 MotionMode motionMode = MotionMode::Instant; variable
200 motionMode = (motionMode == MotionMode::Instant) ? in getMotionSensorIndex()
202 return motionSensorIndices[static_cast<size_t>(motionMode)]; in getMotionSensorIndex()