Home
last modified time | relevance | path

Searched refs:EVT_APP_START (Results 1 – 16 of 16) sorted by relevance

/device/google/contexthub/firmware/os/drivers/leds/
Dleds_gpio.c85 case EVT_APP_START: in handleEvent()
86 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent()
115 osEventSubscribe(taskId, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/app/test0.app/
Dtest_app0.c39 return eOsEventSubscribe(myTid, EVT_APP_START); in start_task()
54 if (evtType == EVT_APP_START) { in handle_event()
/device/google/contexthub/firmware/os/drivers/tilt_detection/
Dtilt_detection.c231 case EVT_APP_START: in tiltDetectionHandleEvent()
232 osEventUnsubscribe(mTask.taskId, EVT_APP_START); in tiltDetectionHandleEvent()
283 osEventSubscribe(taskId, EVT_APP_START); in tiltDetectionStart()
/device/google/contexthub/firmware/os/inc/
Deventnums.h28 #define EVT_APP_START 0x00000400 //sent when an app can actually start macro
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c68 EVT_COMM_DONE = EVT_APP_START + 1,
469 case EVT_APP_START: in handleEvent()
471 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent()
558 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c98 EVT_SENSOR_I2C = EVT_APP_START + 1,
510 case EVT_APP_START: in handleEvent()
511 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent()
583 osEventSubscribe(taskId, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c68 EVT_SENSOR_I2C = EVT_APP_START + 1,
588 case EVT_APP_START: in handleEvent()
590 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent()
651 osEventSubscribe(taskId, EVT_APP_START); in startTask()
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c112 EVT_SENSOR_I2C = EVT_APP_START + 1,
690 osEventSubscribe(myTid, EVT_APP_START); in init_app()
708 case EVT_APP_START: in handle_event()
709 osEventUnsubscribe(mData.tid, EVT_APP_START); in handle_event()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c157 EVT_SENSOR_I2C = EVT_APP_START + 1,
732 osEventSubscribe(myTid, EVT_APP_START); in init_app()
755 case EVT_APP_START: in handle_event()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c158 EVT_SENSOR_I2C = EVT_APP_START + 1,
994 osEventSubscribe(myTid, EVT_APP_START); in init_app()
1017 case EVT_APP_START: in handle_event()
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c786 case EVT_APP_START: in fusionHandleEvent()
788 osEventUnsubscribe(mTask.tid, EVT_APP_START); in fusionHandleEvent()
871 osEventSubscribe(mTask.tid, EVT_APP_START); in fusionStart()
/device/google/contexthub/firmware/app/chre/common/
Dchre_app.c278 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) { in chreappHandle()
/device/google/contexthub/firmware/os/core/
DhostIntf.c360 osEventSubscribe(mHostIntfTid, EVT_APP_START); in hostIntfRequest()
629 osEnqueuePrivateEvt(EVT_APP_START, NULL, NULL, mHostIntfTid); in initCompleteCallback()
1153 osEventUnsubscribe(mHostIntfTid, EVT_APP_START); in onEvtAppStart()
1489 case EVT_APP_START: in hostIntfHandleEvent()
Dseos.c1075 (void)osEnqueueEvt(EVT_APP_START, NULL, NULL); in osMainInit()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c423 EVT_SPI_DONE = EVT_APP_START + 1,
2924 case EVT_APP_START: in lsm6dsm_handleEvent()
2927 osEventUnsubscribe(T(tid), EVT_APP_START); in lsm6dsm_handleEvent()
3196 osEventSubscribe(T(tid), EVT_APP_START);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c293 EVT_SPI_DONE = EVT_APP_START + 1,
3583 case EVT_APP_START:
3586 osEventUnsubscribe(mTask.tid, EVT_APP_START);
3681 osEventSubscribe(mTask.tid, EVT_APP_START);