Home
last modified time | relevance | path

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

/system/chre/platform/slpi/smgr/include/chre/target_platform/
Dplatform_sensor_base.h57 uint8_t calType; variable
/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc154 uint8_t calType) { in getSensorTypeFromSensorId()
241 uint8_t getReportId(uint8_t sensorId, uint8_t dataType, uint8_t calType) { in getReportId()
328 uint8_t calType, DynamicVector<Sensor> *sensors) { in addSensor()
1149 uint8_t calType, uint64_t minInterval, in populateSensorRequest()
1257 bool makeBufferingReq(uint8_t sensorId, uint8_t dataType, uint8_t calType, in makeBufferingReq()
/system/chre/platform/slpi/see/
Dsee_cal_helper.cc121 const char *calType = getDataTypeForCalSensorIndex(i); in registerForCalibrationUpdates() local