Searched refs:AccelStillDet (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.h | 44 struct AccelStillDet { struct 152 struct AccelStillDet asd;
|
D | accel_cal.c | 64 static void accelStatsCounter(struct AccelStillDet *asd, in accelStatsCounter() 120 static void asdReset(struct AccelStillDet *asd) { in asdReset() 128 static void accelStillInit(struct AccelStillDet *asd, uint32_t t0, uint32_t n_s, in accelStillInit() 130 memset(asd, 0, sizeof(struct AccelStillDet)); in accelStillInit() 208 static int stillnessBatchComplete(struct AccelStillDet *asd, in stillnessBatchComplete() 234 static int accelStillnessDetection(struct AccelStillDet *asd, in accelStillnessDetection() 288 static int accelGoodData(struct AccelStillDet *asd, struct AccelCalAlgo *ac1, in accelGoodData()
|