HomeSort by relevance Sort by last modified time
    Searched refs:AccelStillDet (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 44 struct AccelStillDet {
133 struct AccelStillDet asd;
accel_cal.c 57 static void accelStatsCounter(struct AccelStillDet *asd,
113 static void asdReset(struct AccelStillDet *asd) {
121 static void accelStillInit(struct AccelStillDet *asd, uint32_t t0, uint32_t n_s,
123 memset(asd, 0, sizeof(struct AccelStillDet));
190 static int stillnessBatchComplete(struct AccelStillDet *asd,
216 static int accelStillnessDetection(struct AccelStillDet *asd,
270 static void accelCalUpdate(struct KasaFit *akf, struct AccelStillDet *asd) {
295 static int accelGoodData(struct AccelStillDet *asd, struct AccelCalAlgo *ac1,

Completed in 213 milliseconds