Home
last modified time | relevance | path

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

/aosp12/system/chre/core/include/chre/core/
H A Dsensor_type_helpers.h107 static uint8_t toUncalibratedSensorType(uint8_t sensorType);
/aosp12/system/chre/core/
H A Dsensor_type_helpers.cc180 uint8_t SensorTypeHelpers::toUncalibratedSensorType(uint8_t sensorType) { in toUncalibratedSensorType() function in chre::SensorTypeHelpers
/aosp12/system/chre/platform/slpi/see/
H A Dplatform_sensor_manager.cc916 SensorTypeHelpers::toUncalibratedSensorType(sensorType); in onSensorBiasEvent()