Home
last modified time | relevance | path

Searched refs:accelCalRun (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
Daccel_offset_cal.cc33 accelCalRun(&accel_cal_, sample.timestamp_nanos, in SetMeasurement()
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h181 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x,
Daccel_cal.c451 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun() function
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2481 accelCalRun(&T(accel_cal), rtc_time, x, y, z, T(chip_temperature));
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c2057 accelCalRun(&mTask.acc, rtc_time,
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4222 accelCalRun(&T(accelCal), *timestamp, x_remap, y_remap, z_remap, T(currentTemperature)); in lsm6dsm_processSensorThreeAxisData()