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

  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 203 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true);
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 210 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true);
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 226 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true);
  /device/google/contexthub/firmware/os/drivers/leds/
leds_gpio.c 192 mTask.sHandle = sensorRegister(&sensorInfoLedsGpio, &sensorOpsLedsGpio, NULL, true);
leds_lp3943.c 347 mTask.sHandle = sensorRegister(&sensorInfoLedsLP3943, &sensorOpsLedsLP3943, NULL, false);
  /device/google/contexthub/firmware/os/drivers/tilt_detection/
tilt_detection.c 281 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true);
  /device/google/contexthub/firmware/os/inc/
sensors.h 259 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, bool initComplete); /* returns handle, copy is not made */
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 687 mData.alsHandle = sensorRegister(&sensorInfoAls, &sensorOpsAls, NULL, false);
688 mData.proxHandle = sensorRegister(&sensorInfoProx, &sensorOpsProx, NULL, false);
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 770 mTask.baroHandle = sensorRegister(&sensorInfoBaro, &sensorOpsBaro, NULL, false);
771 mTask.tempHandle = sensorRegister(&sensorInfoTemp, &sensorOpsTemp, NULL, false);
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 735 mTask.alsHandle = sensorRegister(&sensorInfoAls, &sensorOpsAls, NULL, false);
736 mTask.proxHandle = sensorRegister(&sensorInfoProx, &sensorOpsProx, NULL, false);
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 396 mData.alsHandle = sensorRegister(&sensorInfoAls, &sensorOpsAls, NULL, false);
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 484 sensorRegister(&si7034SensorInfo[i], &si7034SensorOps[i], NULL, false);
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 506 sensorRegister(&hts221SensorInfo[i], &hts221SensorOps[i], NULL, false);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 574 mTask.handle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, false);
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 654 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 829 mTask.accHandle = sensorRegister(&st_acc44_SensorInfo, &st_acc44_SensorOps, NULL, false);
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 727 sensorRegister(&lps22hbSensorInfo[i], &lps22hbSensorOps[i], NULL, false);
  /device/google/contexthub/firmware/os/core/
sensors.c 133 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, bool initComplete)
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 846 mTask.sensors[i].handle = sensorRegister(&mSi[i], &mSops, (void *)i, true);
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 1056 sensorRegister(&st_mag40_SensorInfo, &st_mag40_SensorOps, NULL, false);
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 301 milliseconds