Home
last modified time | relevance | path

Searched defs:NanoappMessage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_chre/public/pw_chre/
H A Dchre.h26 struct NanoappMessage { struct
28 uint64_t nano_app_id;
30 uint32_t message_type;
32 uint16_t host_endpoint;
34 const uint8_t* data;
58 void SendMessageToNanoapp(NanoappMessage message); argument
/aosp_15_r20/system/chre/host/hal_generic/aidl/
H A Devent_logger.h75 struct NanoappMessage { struct
85 ::chre::ArrayQueue<NanoappMessage, kMaxMessageEvents> mMsgToNanoapp; argument