Searched refs:MessageToHost (Results 1 – 5 of 5) sorted by relevance
29 typedef HostMessage MessageToHost; typedef64 bool sendMessage(const MessageToHost *message);
84 typedef HostMessage MessageToHost; typedef175 void onMessageToHostComplete(const MessageToHost *msgToHost);232 void freeMessageToHost(MessageToHost *msgToHost);
45 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromNanoapp()184 void HostCommsManager::onMessageToHostComplete(const MessageToHost *message) { in onMessageToHostComplete()187 auto *msgToHost = const_cast<MessageToHost *>(message); in onMessageToHostComplete()198 static_cast<MessageToHost *>(data)); in onMessageToHostComplete()206 void HostCommsManager::freeMessageToHost(MessageToHost *msgToHost) { in freeMessageToHost()
25 bool HostLink::sendMessage(const MessageToHost * /* message */) { in sendMessage() argument
97 const MessageToHost *msgToHost = nullptr) { in PendingMessage()109 const MessageToHost *msgToHost;276 int generateMessageToHost(const MessageToHost *msgToHost, unsigned char *buffer, in generateMessageToHost()704 bool HostLink::sendMessage(const MessageToHost *message) { in sendMessage()