Home
last modified time | relevance | path

Searched defs:msgToHost (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/chre/core/
H A Dhost_comms_manager.cc193 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromNanoapp() local
373 Nanoapp *nanoapp, MessageToHost *msgToHost) { in doSendMessageToHostFromNanoapp()
408 void HostCommsManager::freeMessageToHost(MessageToHost *msgToHost) { in freeMessageToHost()
496 auto *msgToHost = const_cast<MessageToHost *>(message); in onMessageToHostCompleteInternal() local
/aosp_15_r20/system/chre/platform/slpi/
H A Dhost_link.cc102 const MessageToHost *msgToHost; member
250 int generateMessageToHost(const MessageToHost *msgToHost, unsigned char *buffer, in generateMessageToHost()
/aosp_15_r20/system/chre/platform/tinysys/
H A Dhost_link.cc166 const HostMessage *msgToHost; member