Lines Matching refs:msgToHost
87 const MessageToHost *msgToHost = nullptr) {
89 data.msgToHost = msgToHost;
99 const MessageToHost *msgToHost;
296 int generateMessageToHost(const MessageToHost *msgToHost, unsigned char *buffer,
301 FlatBufferBuilder builder(msgToHost->message.size() + kFixedSizePortion);
303 builder, msgToHost->appId, msgToHost->toHostData.messageType,
304 msgToHost->toHostData.hostEndpoint, msgToHost->message.data(),
305 msgToHost->message.size());
311 hostCommsManager.onMessageToHostComplete(msgToHost);
456 result = generateMessageToHost(pendingMsg.data.msgToHost, buffer,