Searched refs:sensorFlush (Results 1 – 14 of 14) sorted by relevance
/device/google/contexthub/firmware/inc/ |
D | sensors.h | 161 bool (*sensorFlush)(void *); //trigger a measurement for ondemand sensors (if supported) member 263 bool sensorFlush(uint32_t sensorHandle);
|
/device/google/contexthub/firmware/src/drivers/vsync/ |
D | vsync.c | 151 .sensorFlush = vsyncFlush,
|
/device/google/contexthub/firmware/src/drivers/hall/ |
D | hall.c | 199 .sensorFlush = hallFlush,
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 315 .sensorFlush = sensorFlushBaro, 335 .sensorFlush = sensorFlushTemp,
|
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 457 .sensorFlush = sensorFlushAls, 478 .sensorFlush = sensorFlushProx,
|
/device/google/contexthub/firmware/src/drivers/hall_twopole/ |
D | hall_twopole.c | 215 .sensorFlush = hallFlush,
|
/device/google/contexthub/firmware/src/drivers/tilt_detection/ |
D | tilt_detection.c | 274 .sensorFlush = tiltDetectionFlush,
|
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 386 .sensorFlush = sensorFlushAls, 407 .sensorFlush = sensorFlushProx,
|
/device/google/contexthub/firmware/src/ |
D | sensors.c | 294 return sensorCallAsOwner(s, LOCAL_APP_OPS(s)->sensorFlush); in sensorCallFuncFlush() 774 bool sensorFlush(uint32_t sensorHandle) in sensorFlush() function
|
D | hostIntf.c | 1122 sensorFlush(sensor->sensorHandle); in hostIntfHandleEvent()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 571 .sensorFlush = sensorFlushAls, 593 .sensorFlush = sensorFlushProx,
|
/device/google/contexthub/firmware/src/drivers/window_orientation/ |
D | window_orientation.c | 572 .sensorFlush = windowOrientationFlush,
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
D | orientation.c | 749 .sensorFlush = fusionFlush,
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2552 .sensorFlush = flush
|