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

  /device/google/contexthub/firmware/os/inc/
sensors.h 173 bool (*sensorFlush)(void *); //trigger a measurement for ondemand sensors (if supported)
278 bool sensorFlush(uint32_t sensorHandle);
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 193 .sensorFlush = vsyncFlush,
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 199 .sensorFlush = hallFlush,
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 215 .sensorFlush = hallFlush,
  /device/google/contexthub/firmware/os/drivers/tilt_detection/
tilt_detection.c 275 .sensorFlush = tiltDetectionFlush,
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 448 .sensorFlush = sensorFlushAls,
469 .sensorFlush = sensorFlushProx,
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 482 .sensorFlush = sensorFlushBaro,
502 .sensorFlush = sensorFlushTemp,
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 530 .sensorFlush = sensorFlushAls,
551 .sensorFlush = sensorFlushProx,
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 303 .sensorFlush = sensorFlushAls,
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 348 .sensorFlush = flush, \
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 365 .sensorFlush = flush, \
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 426 .sensorFlush = callbackFlush,
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 643 .sensorFlush = windowOrientationFlush,
  /device/google/contexthub/firmware/os/core/
sensors.c 271 return sensorCallAsOwner(s, LOCAL_APP_OPS(s)->sensorFlush);
764 bool sensorFlush(uint32_t sensorHandle)
hostIntf.c     [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 677 .sensorFlush = sensorFlushAls,
699 .sensorFlush = sensorFlushProx,
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 454 .sensorFlush = flush, \
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 508 .sensorFlush = flush, \
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 830 .sensorFlush = fusionFlush,
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 670 .sensorFlush = flush, \
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]

Completed in 121 milliseconds