Home
last modified time | relevance | path

Searched refs:EVT_APP_FROM_HOST_CHRE (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Deventnums.h139 #define EVT_APP_FROM_HOST_CHRE 0x000000F9 //host data to an app. Type is struct HostMs… macro
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c251 case EVT_APP_FROM_HOST_CHRE: in chreappHandle()
Dchre_app.c253 case EVT_APP_FROM_HOST_CHRE: in chreappHandle()
/device/google/contexthub/firmware/os/core/
DhostIntf.c1581 case EVT_APP_FROM_HOST_CHRE: in hostIntfHandleEvent()
DnanohubCommand.c984 } else if (event == EVT_APP_FROM_HOST_CHRE) { in writeEvent()