Searched refs:sensorFlush (Results 1 - 17 of 17) sorted by relevance

/device/google/contexthub/firmware/os/inc/
H A Dsensors.h173 bool (*sensorFlush)(void *); //trigger a measurement for ondemand sensors (if supported) member in struct:SensorOps
278 bool sensorFlush(uint32_t sensorHandle);
/device/google/contexthub/firmware/os/drivers/vsync/
H A Dvsync.c189 .sensorFlush = vsyncFlush,
/device/google/contexthub/firmware/os/drivers/hall/
H A Dhall.c199 .sensorFlush = hallFlush,
/device/google/contexthub/firmware/os/drivers/hall_twopole/
H A Dhall_twopole.c215 .sensorFlush = hallFlush,
/device/google/contexthub/firmware/os/drivers/tilt_detection/
H A Dtilt_detection.c275 .sensorFlush = tiltDetectionFlush,
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
H A Dams_tmd2772.c448 .sensorFlush = sensorFlushAls,
469 .sensorFlush = sensorFlushProx,
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
H A Dbosch_bmp280.c402 .sensorFlush = sensorFlushBaro,
422 .sensorFlush = sensorFlushTemp,
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
H A Drohm_rpr0521.c524 .sensorFlush = sensorFlushAls,
545 .sensorFlush = sensorFlushProx,
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
H A Dlps22hb.c364 .sensorFlush = flush, \
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
H A Dsynaptics_s3708.c425 .sensorFlush = callbackFlush,
/device/google/contexthub/firmware/os/drivers/window_orientation/
H A Dwindow_orientation.c639 .sensorFlush = windowOrientationFlush,
/device/google/contexthub/firmware/os/core/
H A Dsensors.c271 return sensorCallAsOwner(s, LOCAL_APP_OPS(s)->sensorFlush);
765 bool sensorFlush(uint32_t sensorHandle) function
H A DhostIntf.c1225 sensorFlush(sensor->sensorHandle);
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
H A Dams_tmd4903.c677 .sensorFlush = sensorFlushAls,
699 .sensorFlush = sensorFlushProx,
/device/google/contexthub/firmware/os/drivers/orientation/
H A Dorientation.c830 .sensorFlush = fusionFlush,
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
H A Dst_lsm6dsm.c870 .sensorFlush = flush
876 .sensorFlush = flush, \
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
H A Dbosch_bmi160.c3160 .sensorFlush = flush

Completed in 91 milliseconds