Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/tilt_detection/
Dtilt_detection.c148 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/
Dorientation.c595 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/
Dleds_gpio.c193 osEventSubscribe(taskId, EVT_APP_START); in startTask()
Dleds_lp3943.c349 osEventSubscribe(taskId, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c347 osEventSubscribe(mTask.id, EVT_SENSOR_PROX); in configProx()
584 osEventSubscribe(taskId, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
Disl29034.c398 osEventSubscribe(myTid, EVT_APP_START); in init_app()
/device/google/contexthub/firmware/os/inc/
Dseos.h162 bool osEventSubscribe(uint32_t tid, uint32_t evtType); /* async */
/device/google/contexthub/firmware/os/core/
DhostIntf.c361 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()
DosApi.c41 *retValP = osEventSubscribe(0, evtType); in osExpApiEvtqSubscribe()
Dseos.c1267 bool osEventSubscribe(uint32_t tid, uint32_t evtType) in osEventSubscribe() function
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c509 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c487 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c586 osEventSubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY); in windowOrientationSetRate()
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c831 osEventSubscribe(mTask.tid, EVT_APP_START); in st_acc44_startTask()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c730 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c765 osEventSubscribe(myTid, EVT_APP_START); in init_app()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c779 osEventSubscribe(taskId, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c690 osEventSubscribe(myTid, EVT_APP_START); in init_app()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c1058 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c994 osEventSubscribe(myTid, EVT_APP_START); in init_app()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c3101 osEventSubscribe(T(tid), EVT_SENSOR_MAG_DATA_RDY);
3199 osEventSubscribe(T(tid), EVT_APP_START);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3851 osEventSubscribe(mTask.tid, EVT_APP_START);
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c5190 osEventSubscribe(T(tid), EVT_APP_START); in lsm6dsm_startTask()