Searched refs:MessageToHost (Results 1 – 5 of 5) sorted by relevance
28 typedef HostMessage MessageToHost; typedef57 bool sendMessage(const MessageToHost *message);
75 typedef HostMessage MessageToHost; typedef141 void onMessageToHostComplete(const MessageToHost *msgToHost);179 void freeMessageToHost(MessageToHost *msgToHost);
46 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromNanoapp()127 void HostCommsManager::onMessageToHostComplete(const MessageToHost *message) { in onMessageToHostComplete()130 auto *msgToHost = const_cast<MessageToHost *>(message); in onMessageToHostComplete()140 static_cast<MessageToHost *>(data)); in onMessageToHostComplete()148 void HostCommsManager::freeMessageToHost(MessageToHost *msgToHost) { in freeMessageToHost()
25 bool HostLink::sendMessage(const MessageToHost *message) { in sendMessage()
100 const MessageToHost *msgToHost = nullptr) { in PendingMessage()112 const MessageToHost *msgToHost;310 int generateMessageToHost(const MessageToHost *msgToHost, unsigned char *buffer, in generateMessageToHost()697 bool HostLink::sendMessage(const MessageToHost *message) { in sendMessage()