Searched refs:osEventUnsubscribe (Results 1 – 21 of 21) sorted by relevance
/device/google/contexthub/firmware/os/drivers/tilt_detection/ |
D | tilt_detection.c | 151 osEventUnsubscribe(mTask.taskId, EVT_SENSOR_ANY_MOTION); in configAnyMotion() 161 osEventUnsubscribe(mTask.taskId, EVT_SENSOR_NO_MOTION); in configNoMotion() 172 osEventUnsubscribe(mTask.taskId, EVT_SENSOR_ACCEL); in configAccel() 232 osEventUnsubscribe(mTask.taskId, EVT_APP_START); in tiltDetectionHandleEvent()
|
/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_gpio.c | 151 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent()
|
D | leds_lp3943.c | 312 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/orientation/ |
D | orientation.c | 728 osEventUnsubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY); in fusionPower() 734 osEventUnsubscribe(mTask.tid, EVT_SENSOR_GYR_DATA_RDY); in fusionPower() 740 osEventUnsubscribe(mTask.tid, EVT_SENSOR_MAG_DATA_RDY); in fusionPower() 788 osEventUnsubscribe(mTask.tid, EVT_APP_START); in fusionHandleEvent()
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 350 osEventUnsubscribe(mTask.id, EVT_SENSOR_PROX); in configProx() 512 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent()
|
/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 163 bool osEventUnsubscribe(uint32_t tid, uint32_t evtType); /* async */
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | isl29034.c | 418 osEventUnsubscribe(mData.tid, EVT_APP_START); in handle_event()
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 461 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 426 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 567 osEventUnsubscribe(mTask.tid, EVT_SENSOR_ACC_DATA_RDY); in windowOrientationPower()
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 1183 osEventUnsubscribe(mHostIntfTid, EVT_APP_START); in onEvtAppStart() 1353 osEventUnsubscribe(mHostIntfTid, sensorGetMyEventType(cmd->sensType)); in onConfigCmdDisableOne() 1529 osEventUnsubscribe(mHostIntfTid, evtType); in onEvtSensorDataActive()
|
D | osApi.c | 49 *retValP = osEventUnsubscribe(0, evtType); in osExpApiEvtqUnsubscribe()
|
D | seos.c | 1273 bool osEventUnsubscribe(uint32_t tid, uint32_t evtType) in osEventUnsubscribe() function
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 773 osEventUnsubscribe(mTask.tid, EVT_APP_START); in st_acc44_handleEvent()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 642 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 708 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 709 osEventUnsubscribe(mData.tid, EVT_APP_START); in handle_event()
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 970 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 3099 osEventUnsubscribe(T(tid), EVT_APP_START);
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3743 osEventUnsubscribe(mTask.tid, EVT_APP_START);
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 4902 osEventUnsubscribe(T(tid), EVT_APP_START); in lsm6dsm_handleEvent()
|