Searched defs:acc (Results 1 – 6 of 6) sorted by relevance
| /device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
| D | accel_cal.c | 167 static void accelCalAlgoInit(struct AccelCalAlgo *acc, uint32_t fx, in accelCalAlgoInit() 175 bool accelCalNewBiasAvailable(struct AccelCal *acc) { in accelCalNewBiasAvailable() 182 void accelCalInit(struct AccelCal *acc, in accelCalInit() 234 void accelCalDestroy(struct AccelCal *acc) { (void)acc; } in accelCalDestroy() 421 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias() 442 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) { in accelCalBiasSet() 449 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove() 456 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun() 565 void accelCalDebPrint(struct AccelCal *acc, float temp) { in accelCalDebPrint()
|
| /device/google/cuttlefish/host/commands/tombstone_receiver/ |
| D | main.cpp | 87 auto acc = 0; in TombstoneReceiverMain() local
|
| /device/amlogic/yukawa/hal/audio/ |
| D | audio_aec.c | 111 int32_t acc = 0; in get_reference_audio_in_place() local
|
| /device/linaro/dragonboard/audio/ |
| D | audio_aec.c | 111 int32_t acc = 0; in get_reference_audio_in_place() local
|
| /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
| D | arm_math.h | 5127 q63_t acc; in arm_pid_q31() local 5175 q63_t acc; in arm_pid_q15() local 7211 q31_t acc = 0; /* output */ in arm_bilinear_interp_q31() local 7286 q63_t acc = 0; /* output */ in arm_bilinear_interp_q15() local 7366 q63_t acc = 0; /* output */ in arm_bilinear_interp_q7() local
|
| /device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
| D | bosch_bmi160.c | 519 struct AccelCal acc; member
|