Searched refs:sensorFlush (Results 1 – 23 of 23) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | sensors.h | 173 bool (*sensorFlush)(void *); //trigger a measurement for ondemand sensors (if supported) member 278 bool sensorFlush(uint32_t sensorHandle);
|
/device/google/contexthub/firmware/os/drivers/vsync/ |
D | vsync.c | 193 .sensorFlush = vsyncFlush,
|
/device/google/contexthub/firmware/os/drivers/hall/ |
D | hall.c | 199 .sensorFlush = hallFlush,
|
/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 215 .sensorFlush = hallFlush,
|
/device/google/contexthub/firmware/os/drivers/tilt_detection/ |
D | tilt_detection.c | 275 .sensorFlush = tiltDetectionFlush,
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 530 .sensorFlush = sensorFlushAls, 551 .sensorFlush = sensorFlushProx,
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 482 .sensorFlush = sensorFlushBaro, 502 .sensorFlush = sensorFlushTemp,
|
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 448 .sensorFlush = sensorFlushAls, 469 .sensorFlush = sensorFlushProx,
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | isl29034.c | 303 .sensorFlush = sensorFlushAls,
|
/device/google/contexthub/firmware/os/core/ |
D | sensors.c | 271 return sensorCallAsOwner(s, LOCAL_APP_OPS(s)->sensorFlush); in sensorCallFuncFlush() 764 bool sensorFlush(uint32_t sensorHandle) in sensorFlush() function
|
D | hostIntf.c | 1303 sensorFlush(sensor->sensorHandle); in onConfigCmdFlushOne()
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 365 .sensorFlush = flush, \
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 348 .sensorFlush = flush, \
|
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 677 .sensorFlush = sensorFlushAls, 699 .sensorFlush = sensorFlushProx,
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 426 .sensorFlush = callbackFlush,
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 643 .sensorFlush = windowOrientationFlush,
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 454 .sensorFlush = flush, \
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 508 .sensorFlush = flush, \
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 670 .sensorFlush = flush, \
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 830 .sensorFlush = fusionFlush,
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 1154 .sensorFlush = flush 1160 .sensorFlush = flush, \ 4086 LSM6DSMSensorOps[i].sensorFlush((void *)i); in lsm6dsm_processPendingEvt()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 2803 .sensorFlush = flush
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3246 .sensorFlush = flush
|