Searched refs:flushData (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1166 static bool flushData(struct BMI160Sensor *sensor, uint32_t eventId) function 1182 flushData(&mTask.sensors[i], 2152 flushData(mSensor, 2173 flushData(mSensor, sensorGetMyEventType(mSensorInfo[ACC].biasType)); 2185 flushData(mSensor, 2206 if (flushData(mSensor, sensorGetMyEventType(mSensorInfo[MAG].biasType))) { 2255 flushData(mSensor, 2273 flushData(mSensor, sensorGetMyEventType(mSensorInfo[GYR].biasType));
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 2350 static bool flushData(struct ICM40600Sensor *sensor, uint32_t eventId) function 2368 flushData(&T(sensors[i]), 2526 …flushData(mSensor, EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSensorInfo[mSensor->idx].sen… 2539 flushData(mSensor, sensorGetMyEventType(mSensorInfo[mSensor->idx].biasType)); 2983 …flushData(mSensor, EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(mSensorInfo[ACC].sensorType)); 2998 flushData(mSensor, sensorGetMyEventType(mSensorInfo[ACC].biasType));
|