Home
last modified time | relevance | path

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

/device/google/contexthub/inc/chre/
Devent.h66 #define CHRE_EVENT_FIRST_USER_VALUE UINT16_C(0x8000) macro
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c26 #define EVT_LOCAL_SETUP CHRE_EVENT_FIRST_USER_VALUE
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp26 #define EVT_LOCAL_SETUP CHRE_EVENT_FIRST_USER_VALUE
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c165 if (evtType < CHRE_EVENT_FIRST_USER_VALUE) { in osChreSendEvent()