Searched refs:AccelStillDet (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 66 static void accelStatsCounter(struct AccelStillDet *asd, in accelStatsCounter() 122 static void asdReset(struct AccelStillDet *asd) { in asdReset() 130 static void accelStillInit(struct AccelStillDet *asd, uint32_t t0, uint32_t n_s, in accelStillInit() 132 memset(asd, 0, sizeof(struct AccelStillDet)); in accelStillInit() 211 static int stillnessBatchComplete(struct AccelStillDet *asd, in stillnessBatchComplete() 237 static int accelStillnessDetection(struct AccelStillDet *asd, in accelStillnessDetection() 291 static int accelGoodData(struct AccelStillDet *asd, struct AccelCalAlgo *ac1, in accelGoodData()
|
D | accel_cal.h | 45 struct AccelStillDet { struct 153 struct AccelStillDet asd;
|