Home
last modified time | relevance | path

Searched refs:osEventSubscribe (Results 1 – 12 of 12) sorted by relevance

/device/google/contexthub/firmware/src/drivers/tilt_detection/
Dtilt_detection.c146 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/
Dorientation.c527 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/
DhostIntf.c327 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()
DosApi.c38 *retValP = osEventSubscribe(0, evtType); in osExpApiEvtqSubscribe()
Dseos.c1106 bool osEventSubscribe(uint32_t tid, uint32_t evtType) in osEventSubscribe() function
/device/google/contexthub/firmware/inc/
Dseos.h155 bool osEventSubscribe(uint32_t tid, uint32_t evtType); /* async */
/device/google/contexthub/firmware/src/drivers/window_orientation/
Dwindow_orientation.c518 osEventSubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY); in windowOrientationSetRate()
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c559 osEventSubscribe(taskId, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
Drohm_rpr0521.c658 osEventSubscribe(myTid, EVT_APP_START); in init_app()
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/
Dams_tmd2772.c626 osEventSubscribe(myTid, EVT_APP_START); in init_app()
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
Dams_tmd4903.c852 osEventSubscribe(myTid, EVT_APP_START); in init_app()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c3043 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()