OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temperature_celsius_
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
accel_offset_cal.cc
37
temperature_celsius_
);
41
accelCalDebPrint(&accel_cal_,
temperature_celsius_
);
46
temperature_celsius_
= sample.data[SensorIndex::kSingleAxis];
61
cal_data_.offset_temp_celsius =
temperature_celsius_
;
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/magnetometer/mag_diverse_cal/
mag_diverse_cal.cc
46
temperature_celsius_
= sample.data[SensorIndex::kSingleAxis];
61
cal_data_.offset_temp_celsius =
temperature_celsius_
;
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
gyro_offset_over_temp_cal.cc
50
temperature_celsius_
);
61
temperature_celsius_
= sample.data[SensorIndex::kSingleAxis];
63
temperature_celsius_
);
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
online_calibration.h
116
float
temperature_celsius_
= kInvalidTemperatureCelsius;
member in class:online_calibration::OnlineCalibration
Completed in 219 milliseconds