Home
last modified time | relevance | path

Searched refs:EVT_LOCAL_SETUP (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c26 #define EVT_LOCAL_SETUP CHRE_EVENT_FIRST_USER_VALUE macro
64 chreSendEvent(EVT_LOCAL_SETUP, (void*)0x87654321, nanoappFreeEvent, mMyTid); in nanoappStart()
76 case EVT_LOCAL_SETUP: in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp26 #define EVT_LOCAL_SETUP CHRE_EVENT_FIRST_USER_VALUE macro
56 chreSendEvent(EVT_LOCAL_SETUP, NULL, NULL, mMyTid); in nanoappStart()
89 case EVT_LOCAL_SETUP: in nanoappHandleEvent()