Searched refs:MessageToHost (Results 1 – 5 of 5) sorted by relevance
75 typedef HostMessage MessageToHost; typedef131 void onMessageToHostComplete(const MessageToHost *msgToHost);171 void freeMessageToHost(MessageToHost *msgToHost);
26 typedef HostMessage MessageToHost; typedef44 bool sendMessage(const MessageToHost *message);
48 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromCurrentNanoapp()132 void HostCommsManager::onMessageToHostComplete(const MessageToHost *message) { in onMessageToHostComplete()135 auto *msgToHost = const_cast<MessageToHost *>(message); in onMessageToHostComplete()145 static_cast<MessageToHost *>(data)); in onMessageToHostComplete()159 void HostCommsManager::freeMessageToHost(MessageToHost *msgToHost) { in freeMessageToHost()
21 bool HostLink::sendMessage(const MessageToHost *message) { in sendMessage()
72 const MessageToHost *msgToHost = nullptr) { in PendingMessage()84 const MessageToHost *msgToHost;194 int generateMessageToHost(const MessageToHost *msgToHost, unsigned char *buffer, in generateMessageToHost()337 bool HostLink::sendMessage(const MessageToHost *message) { in sendMessage()