/device/google/contexthub/firmware/os/drivers/tilt_detection/ |
D | tilt_detection.c | 148 osEventSubscribe(mTask.taskId, EVT_SENSOR_ANY_MOTION); in configAnyMotion() 158 osEventSubscribe(mTask.taskId, EVT_SENSOR_NO_MOTION); in configNoMotion() 169 osEventSubscribe(mTask.taskId, EVT_SENSOR_ACCEL); in configAccel() 283 osEventSubscribe(taskId, EVT_APP_START); in tiltDetectionStart()
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 595 osEventSubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY); in fusionSetRateAcc() 616 osEventSubscribe(mTask.tid, EVT_SENSOR_GYR_DATA_RDY); in fusionSetRateGyr() 637 osEventSubscribe(mTask.tid, EVT_SENSOR_MAG_DATA_RDY); in fusionSetRateMag() 638 osEventSubscribe(mTask.tid, EVT_SENSOR_MAG_BIAS); in fusionSetRateMag() 871 osEventSubscribe(mTask.tid, EVT_APP_START); in fusionStart()
|
/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_gpio.c | 193 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
D | leds_lp3943.c | 349 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 347 osEventSubscribe(mTask.id, EVT_SENSOR_PROX); in configProx() 584 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | isl29034.c | 398 osEventSubscribe(myTid, EVT_APP_START); in init_app()
|
/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 162 bool osEventSubscribe(uint32_t tid, uint32_t evtType); /* async */
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 361 osEventSubscribe(mHostIntfTid, EVT_APP_START); in hostIntfRequest() 781 osEventSubscribe(mHostIntfTid, sensorGetMyEventType(si->biasType)); in initSensors() 1189 osEventSubscribe(mHostIntfTid, EVT_DEBUG_LOG); in onEvtAppStart() 1342 osEventSubscribe(mHostIntfTid, sensorGetMyEventType(cmd->sensType)); in onConfigCmdEnableAll()
|
D | osApi.c | 41 *retValP = osEventSubscribe(0, evtType); in osExpApiEvtqSubscribe()
|
D | seos.c | 1267 bool osEventSubscribe(uint32_t tid, uint32_t evtType) in osEventSubscribe() function
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 509 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 487 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 586 osEventSubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY); in windowOrientationSetRate()
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 831 osEventSubscribe(mTask.tid, EVT_APP_START); in st_acc44_startTask()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 730 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 765 osEventSubscribe(myTid, EVT_APP_START); in init_app()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 779 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 690 osEventSubscribe(myTid, EVT_APP_START); in init_app()
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 1058 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 994 osEventSubscribe(myTid, EVT_APP_START); in init_app()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 3101 osEventSubscribe(T(tid), EVT_SENSOR_MAG_DATA_RDY); 3199 osEventSubscribe(T(tid), EVT_APP_START);
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3851 osEventSubscribe(mTask.tid, EVT_APP_START);
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 5190 osEventSubscribe(T(tid), EVT_APP_START); in lsm6dsm_startTask()
|