Searched refs:osEventSubscribe (Results 1 – 12 of 12) sorted by relevance
/device/google/contexthub/firmware/src/drivers/tilt_detection/ |
D | tilt_detection.c | 146 osEventSubscribe(mTask.taskId, EVT_SENSOR_ANY_MOTION); in configAnyMotion() 156 osEventSubscribe(mTask.taskId, EVT_SENSOR_NO_MOTION); in configNoMotion() 167 osEventSubscribe(mTask.taskId, EVT_SENSOR_ACCEL); in configAccel() 282 osEventSubscribe(taskId, EVT_APP_START); in tiltDetectionStart()
|
/device/google/contexthub/firmware/src/drivers/orientation/ |
D | orientation.c | 527 osEventSubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY); in fusionSetRateAcc() 546 osEventSubscribe(mTask.tid, EVT_SENSOR_GYR_DATA_RDY); in fusionSetRateGyr() 565 osEventSubscribe(mTask.tid, EVT_SENSOR_MAG_DATA_RDY); in fusionSetRateMag() 788 osEventSubscribe(mTask.tid, EVT_APP_START); in fusionStart()
|
/device/google/contexthub/firmware/src/ |
D | hostIntf.c | 327 osEventSubscribe(mHostIntfTid, EVT_APP_START); in hostIntfRequest() 706 osEventSubscribe(mHostIntfTid, sensorGetMyEventType(si->biasType)); in initSensors() 1061 osEventSubscribe(mHostIntfTid, EVT_NO_SENSOR_CONFIG_EVENT); in hostIntfHandleEvent() 1062 osEventSubscribe(mHostIntfTid, EVT_APP_TO_HOST); in hostIntfHandleEvent() 1064 osEventSubscribe(mHostIntfTid, EVT_DEBUG_LOG); in hostIntfHandleEvent() 1174 osEventSubscribe(mHostIntfTid, sensorGetMyEventType(cmd->sensType)); in hostIntfHandleEvent()
|
D | osApi.c | 38 *retValP = osEventSubscribe(0, evtType); in osExpApiEvtqSubscribe()
|
D | seos.c | 1106 bool osEventSubscribe(uint32_t tid, uint32_t evtType) in osEventSubscribe() function
|
/device/google/contexthub/firmware/inc/ |
D | seos.h | 155 bool osEventSubscribe(uint32_t tid, uint32_t evtType); /* async */
|
/device/google/contexthub/firmware/src/drivers/window_orientation/ |
D | window_orientation.c | 518 osEventSubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY); in windowOrientationSetRate()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 559 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 658 osEventSubscribe(myTid, EVT_APP_START); in init_app()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 626 osEventSubscribe(myTid, EVT_APP_START); in init_app()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 852 osEventSubscribe(myTid, EVT_APP_START); in init_app()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3043 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|