Home
last modified time | relevance | path

Searched refs:sensorRegister (Results 1 – 24 of 24) sorted by relevance

/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c203 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/os/drivers/leds/
Dleds_gpio.c192 mTask.sHandle = sensorRegister(&sensorInfoLedsGpio, &sensorOpsLedsGpio, NULL, true); in startTask()
Dleds_lp3943.c347 mTask.sHandle = sensorRegister(&sensorInfoLedsLP3943, &sensorOpsLedsLP3943, NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c210 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/os/inc/
Dsensors.h259 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, b…
/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c226 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true); in startTask()
/device/google/contexthub/firmware/os/drivers/tilt_detection/
Dtilt_detection.c281 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true); in tiltDetectionStart()
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c687 mData.alsHandle = sensorRegister(&sensorInfoAls, &sensorOpsAls, NULL, false); in init_app()
688 mData.proxHandle = sensorRegister(&sensorInfoProx, &sensorOpsProx, NULL, false); in init_app()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c770 mTask.baroHandle = sensorRegister(&sensorInfoBaro, &sensorOpsBaro, NULL, false); in startTask()
771 mTask.tempHandle = sensorRegister(&sensorInfoTemp, &sensorOpsTemp, NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c735 mTask.alsHandle = sensorRegister(&sensorInfoAls, &sensorOpsAls, NULL, false); in init_app()
736 mTask.proxHandle = sensorRegister(&sensorInfoProx, &sensorOpsProx, NULL, false); in init_app()
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
Disl29034.c396 mData.alsHandle = sensorRegister(&sensorInfoAls, &sensorOpsAls, NULL, false); in init_app()
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c506 sensorRegister(&hts221SensorInfo[i], &hts221SensorOps[i], NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c484 sensorRegister(&si7034SensorInfo[i], &si7034SensorOps[i], NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c991 mTask.alsHandle = sensorRegister(&sensorInfoAls, &sensorOpsAls, NULL, false); in init_app()
992 mTask.proxHandle = sensorRegister(&sensorInfoProx, &sensorOpsProx, NULL, false); in init_app()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c574 mTask.handle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c654 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true); in window_orientation_start()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c727 sensorRegister(&lps22hbSensorInfo[i], &lps22hbSensorOps[i], NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c829 mTask.accHandle = sensorRegister(&st_acc44_SensorInfo, &st_acc44_SensorOps, NULL, false); in st_acc44_startTask()
/device/google/contexthub/firmware/os/core/
Dsensors.c133 uint32_t sensorRegister(const struct SensorInfo *si, const struct SensorOps *ops, void *callData, b… in sensorRegister() function
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c1056 sensorRegister(&st_mag40_SensorInfo, &st_mag40_SensorOps, NULL, false); in startTask()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c846 mTask.sensors[i].handle = sensorRegister(&mSi[i], &mSops, (void *)i, true); in fusionStart()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c3195 T(sensors[i]).handle = sensorRegister(&mSensorInfo[i], &mSensorOps[i], (void *)i, false);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3840 T(sensors[i]).handle = sensorRegister(&mSensorInfo[i], &mSensorOps[i], NULL, false);
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c5076 … T(sensors[i]).handle = sensorRegister(&LSM6DSMSensorInfo[i], &LSM6DSMSensorOps[i], NULL, false); in lsm6dsm_startTask()