Home
last modified time | relevance | path

Searched defs:asd (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/src/algos/
Daccel_cal.c55 static void accelStatsCounter(struct accelStillDet_t *asd, struct accelStatsMem_t *adf) { in accelStatsCounter()
113 static void asdReset(struct accelStillDet_t *asd) { in asdReset()
122 static void accelStillInit(struct accelStillDet_t *asd, uint32_t t0, uint32_t n_s, float th) { in accelStillInit()
196 static int stillnessBatchComplete(struct accelStillDet_t *asd, uint64_t sample_time_nsec) { in stillnessBatchComplete()
225 static int accelStillnessDetection(struct accelStillDet_t *asd, uint64_t sample_time_nsec, in accelStillnessDetection()
277 static void accelCalUpdate(struct MagCal *amoc, struct accelStillDet_t *asd) { in accelCalUpdate()
304 static int accelGoodData(struct accelStillDet_t *asd, struct accelCalAlgo_t *ac1, float temp) { in accelGoodData()
/device/google/contexthub/firmware/inc/algos/
Daccel_cal.h129 struct accelStillDet_t asd; member