Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dsensor_data.h46 kMagnetometerUt = 3, // 3-axis sensor (units = micro-Tesla). enumerator
57 type == SensorType::kMagnetometerUt; in is_three_axis()
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/magnetometer/mag_diverse_cal/
Dmag_diverse_cal.h72 return SensorType::kMagnetometerUt; in get_sensor_type()
Dmag_diverse_cal.cc38 case SensorType::kMagnetometerUt: in SetMeasurement()
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc84 if (mag_cal->get_sensor_type() == SensorType::kMagnetometerUt) { in Initialize()
107 sample.type = SensorType::kMagnetometerUt; in HandleSensorSamples()
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
Dgyro_offset_over_temp_cal.cc53 case SensorType::kMagnetometerUt: in SetMeasurement()