Home
last modified time | relevance | path

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

/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc154 uint8_t calType) { in getSensorTypeFromSensorId() argument
163 if (calType == SNS_SMGR_CAL_SEL_FULL_CAL_V01) { in getSensorTypeFromSensorId()
165 } else if (calType == SNS_SMGR_CAL_SEL_FACTORY_CAL_V01) { in getSensorTypeFromSensorId()
170 if (calType == SNS_SMGR_CAL_SEL_FULL_CAL_V01) { in getSensorTypeFromSensorId()
172 } else if (calType == SNS_SMGR_CAL_SEL_FACTORY_CAL_V01) { in getSensorTypeFromSensorId()
177 if (calType == SNS_SMGR_CAL_SEL_FULL_CAL_V01) { in getSensorTypeFromSensorId()
179 } else if (calType == SNS_SMGR_CAL_SEL_FACTORY_CAL_V01) { in getSensorTypeFromSensorId()
241 uint8_t getReportId(uint8_t sensorId, uint8_t dataType, uint8_t calType) { in getReportId() argument
243 sensorId, dataType, calType); in getReportId()
247 sensorId, dataType, calType); in getReportId()
[all …]
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc121 const char *calType = getDataTypeForCalSensorIndex(i); in registerForCalibrationUpdates() local
122 if (!seeHelper.findSuidSync(calType, &suids)) { in registerForCalibrationUpdates()
124 LOGE("Failed to find sensor '%s'", calType); in registerForCalibrationUpdates()
131 LOGE("Failed to request '%s' data", calType); in registerForCalibrationUpdates()
/system/chre/platform/slpi/smgr/include/chre/target_platform/
Dplatform_sensor_base.h57 uint8_t calType; variable