Searched refs:accelCalRun (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/ |
D | accel_offset_cal.cc | 33 accelCalRun(&accel_cal_, sample.timestamp_nanos, in SetMeasurement()
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.h | 181 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x,
|
D | accel_cal.c | 451 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun() function
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 2481 accelCalRun(&T(accel_cal), rtc_time, x, y, z, T(chip_temperature));
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2057 accelCalRun(&mTask.acc, rtc_time,
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 4222 accelCalRun(&T(accelCal), *timestamp, x_remap, y_remap, z_remap, T(currentTemperature)); in lsm6dsm_processSensorThreeAxisData()
|