Home
last modified time | relevance | path

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

/system/chre/core/
Dsensor_type.cc33 case SensorType::InstantMotion: in getSensorTypeName()
102 return SensorType::InstantMotion; in getSensorTypeFromUnsignedInt()
156 case SensorType::InstantMotion: in getUnsignedIntFromSensorType()
241 case SensorType::InstantMotion: in getSensorSampleTypeFromSensorType()
295 return (sensorType == SensorType::InstantMotion in sensorTypeIsOneShot()
/system/chre/core/include/chre/core/
Dsensor_type.h44 InstantMotion, enumerator
/system/chre/platform/slpi/see/
Dplatform_sensor.cc206 sensorType = SensorType::InstantMotion; in getSensorTypeFromDataType()
776 if (sensorType == SensorType::InstantMotion && i == kNumSeeTypes - 1) { in getSensors()
Dsee_helper.cc1209 info->data->sensorType = SensorType::InstantMotion; in decodeSnsAmdProtoEvent()
/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc191 return SensorType::InstantMotion; in getSensorTypeFromSensorId()