Home
last modified time | relevance | path

Searched refs:chreSendEvent (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/inc/chre/
Devent.h211 bool chreSendEvent(uint16_t eventType, void *eventData,
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c64 chreSendEvent(EVT_LOCAL_SETUP, (void*)0x87654321, nanoappFreeEvent, mMyTid); in nanoappStart()
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp56 chreSendEvent(EVT_LOCAL_SETUP, NULL, NULL, mMyTid); in nanoappStart()
/device/google/contexthub/firmware/app/chre/common/
Dchre_app_syscalls.c116 bool chreSendEvent(uint16_t eventType, void *eventData, in chreSendEvent() function