Searched refs:calType (Results 1 – 3 of 3) sorted by relevance
154 uint8_t calType) { in getSensorTypeFromSensorId() argument163 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() argument243 sensorId, dataType, calType); in getReportId()247 sensorId, dataType, calType); in getReportId()[all …]
121 const char *calType = getDataTypeForCalSensorIndex(i); in registerForCalibrationUpdates() local122 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()
57 uint8_t calType; variable