/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_gpio.c | 42 EVT_SENSOR_LEDS_TIMER = EVT_APP_START + 1, 150 case EVT_APP_START: in handleEvent() 151 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent() 193 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
D | leds_lp3943.c | 74 EVT_SENSOR_I2C = EVT_APP_START + 1, 311 case EVT_APP_START: in handleEvent() 312 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent() 349 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 39 return eOsEventSubscribe(myTid, EVT_APP_START); in start_task() 54 if (evtType == EVT_APP_START) { in handle_event()
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | isl29034.c | 106 EVT_SENSOR_I2C = EVT_APP_START + 1, 398 osEventSubscribe(myTid, EVT_APP_START); in init_app() 417 case EVT_APP_START: in handle_event() 418 osEventUnsubscribe(mData.tid, EVT_APP_START); in handle_event()
|
/device/google/contexthub/firmware/os/drivers/tilt_detection/ |
D | tilt_detection.c | 231 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/drivers/st_hts221/ |
D | hts221.c | 98 EVT_COMM_DONE = EVT_APP_START + 1, 459 case EVT_APP_START: in handleEvent() 461 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent() 509 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 72 EVT_SENSOR_I2C = EVT_APP_START + 1, 425 case EVT_APP_START: in handleEvent() 426 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent() 487 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 99 EVT_SENSOR_I2C = EVT_APP_START + 1, 511 case EVT_APP_START: in handleEvent() 512 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent() 584 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/inc/ |
D | eventnums.h | 28 #define EVT_APP_START 0x00000400 //sent when an app can actually start macro
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 173 EVT_COMM_DONE = EVT_APP_START + 1, 771 case EVT_APP_START: in st_acc44_handleEvent() 773 osEventUnsubscribe(mTask.tid, EVT_APP_START); in st_acc44_handleEvent() 831 osEventSubscribe(mTask.tid, EVT_APP_START); in st_acc44_startTask()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 89 EVT_COMM_DONE = EVT_APP_START + 1, 640 case EVT_APP_START: in handleEvent() 642 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent() 730 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 72 EVT_SENSOR_I2C = EVT_APP_START + 1, 706 case EVT_APP_START: in handleEvent() 708 osEventUnsubscribe(mTask.id, EVT_APP_START); in handleEvent() 779 osEventSubscribe(taskId, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 112 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/st_mag40/ |
D | st_mag40.c | 74 EVT_COMM_DONE = EVT_APP_START + 1, 968 case EVT_APP_START: in handleEvent() 970 osEventUnsubscribe(mTask.tid, EVT_APP_START); in handleEvent() 1058 osEventSubscribe(mTask.tid, EVT_APP_START); in startTask()
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 165 EVT_SENSOR_I2C = EVT_APP_START + 1, 765 osEventSubscribe(myTid, EVT_APP_START); in init_app() 786 case EVT_APP_START: in handle_event()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 158 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/ |
D | orientation.c | 786 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/ |
D | chre10_app.c | 280 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) { in chreappHandle()
|
D | chre_app.c | 309 } else if (evt > EVT_NO_SENSOR_CONFIG_EVENT && evt < EVT_APP_START) { in chreappHandle()
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 361 osEventSubscribe(mHostIntfTid, EVT_APP_START); in hostIntfRequest() 630 osEnqueuePrivateEvt(EVT_APP_START, NULL, NULL, mHostIntfTid); in initCompleteCallback() 1183 osEventUnsubscribe(mHostIntfTid, EVT_APP_START); in onEvtAppStart() 1567 case EVT_APP_START: in hostIntfHandleEvent()
|
D | seos.c | 1171 (void)osEnqueueEvt(EVT_APP_START, NULL, NULL); in osMainInit()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 457 EVT_SPI_DONE = EVT_APP_START + 1, 3097 case EVT_APP_START: 3099 osEventUnsubscribe(T(tid), EVT_APP_START); 3199 osEventSubscribe(T(tid), EVT_APP_START);
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 348 EVT_SPI_DONE = EVT_APP_START + 1, 3747 case EVT_APP_START: 3750 osEventUnsubscribe(mTask.tid, EVT_APP_START); 3851 osEventSubscribe(mTask.tid, EVT_APP_START);
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 516 EVT_SPI_DONE = EVT_APP_START + 1, 4897 case EVT_APP_START: ; in lsm6dsm_handleEvent() 4902 osEventUnsubscribe(T(tid), EVT_APP_START); in lsm6dsm_handleEvent() 5190 osEventSubscribe(T(tid), EVT_APP_START); in lsm6dsm_startTask()
|