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

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 78 struct AccelGoodData {
125 struct AccelGoodData agd;
accel_cal.c 137 static void agdReset(struct AccelGoodData *agd) {
147 static void accelGoodDataInit(struct AccelGoodData *agd, uint32_t fx,
150 memset(agd, 0, sizeof(struct AccelGoodData));
286 static int accelGoodData(struct AccelStillDet *asd, struct AccelCalAlgo *ac1,
380 static int accEigenTest(struct KasaFit *akf, struct AccelGoodData *agd) {
495 if (accelGoodData(&acc->asd, &acc->ac1[temp_gate], temp)) {

Completed in 93 milliseconds