Searched refs:sensorPower (Results 1 – 13 of 13) sorted by relevance
/device/google/contexthub/firmware/src/drivers/vsync/ |
D | vsync.c | 148 .sensorPower = vsyncPower,
|
/device/google/contexthub/firmware/inc/ |
D | sensors.h | 157 …bool (*sensorPower)(bool on, void *); /* -> SENSOR_INTERNAL_EVT_POWER_STATE_CHG (success)… member
|
/device/google/contexthub/firmware/src/drivers/hall/ |
D | hall.c | 196 .sensorPower = hallPower,
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 312 .sensorPower = sensorPowerBaro, 332 .sensorPower = sensorPowerTemp,
|
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 454 .sensorPower = sensorPowerAls, 475 .sensorPower = sensorPowerProx,
|
/device/google/contexthub/firmware/src/drivers/hall_twopole/ |
D | hall_twopole.c | 212 .sensorPower = hallPower,
|
/device/google/contexthub/firmware/src/drivers/tilt_detection/ |
D | tilt_detection.c | 271 .sensorPower = tiltDetectionPower,
|
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 383 .sensorPower = sensorPowerAls, 404 .sensorPower = sensorPowerProx,
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 568 .sensorPower = sensorPowerAls, 590 .sensorPower = sensorPowerProx,
|
/device/google/contexthub/firmware/src/drivers/window_orientation/ |
D | window_orientation.c | 569 .sensorPower = windowOrientationPower,
|
/device/google/contexthub/firmware/src/ |
D | sensors.c | 223 INVOKE_AS_OWNER_AND_RETURN(LOCAL_APP_OPS(s)->sensorPower, on, s->callData); in sensorCallFuncPower()
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
D | orientation.c | 746 .sensorPower = fusionPower,
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2549 .sensorPower = power, \ 2590 mSensorOps[i].sensorPower(false, (void *)i); in configEvent() 2592 mSensorOps[i].sensorPower(true, (void *)i); in configEvent()
|