Home
last modified time | relevance | path

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

/system/chre/core/
Dsensor_request.cc31 case SensorType::InstantMotion: in getSensorTypeName()
83 return SensorType::InstantMotion; in getSensorTypeFromUnsignedInt()
115 case SensorType::InstantMotion: in getUnsignedIntFromSensorType()
161 case SensorType::InstantMotion: in getSensorSampleTypeFromSensorType()
191 return (sensorType == SensorType::InstantMotion || in sensorTypeIsOneShot()
/system/chre/core/include/chre/core/
Dsensor_request.h51 InstantMotion, enumerator
/system/chre/platform/slpi/
Dplatform_sensor.cc117 return SensorType::InstantMotion; in getSensorTypeFromSensorId()