Home
last modified time | relevance | path

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

/system/chre/chre_api/legacy/v1_0/chre/
Devent.h75 #define CHRE_EVENT_MESSAGE_FROM_HOST UINT16_C(0x0001) macro
/system/chre/apps/message_world/
Dmessage_world.cc59 if (eventType == CHRE_EVENT_MESSAGE_FROM_HOST) { in nanoappHandleEvent()
/system/chre/chre_api/include/chre_api/chre/
Devent.h75 #define CHRE_EVENT_MESSAGE_FROM_HOST UINT16_C(0x0001) macro
/system/chre/build/app_support/qcom_nanohub/
Dapp_support.cc147 evt = CHRE_EVENT_MESSAGE_FROM_HOST; in chreappHandle()
/system/chre/core/
Dhost_comms_manager.cc97 CHRE_EVENT_MESSAGE_FROM_HOST, &msgFromHost->fromHostData, in deliverNanoappMessageFromHost()