Lines Matching refs:msgToHost
97 const MessageToHost *msgToHost = nullptr) { in PendingMessage()
99 data.msgToHost = msgToHost; in PendingMessage()
109 const MessageToHost *msgToHost; member
276 int generateMessageToHost(const MessageToHost *msgToHost, unsigned char *buffer, in generateMessageToHost() argument
281 ChreFlatBufferBuilder builder(msgToHost->message.size() + kFixedSizePortion); in generateMessageToHost()
283 builder, msgToHost->appId, msgToHost->toHostData.messageType, in generateMessageToHost()
284 msgToHost->toHostData.hostEndpoint, msgToHost->message.data(), in generateMessageToHost()
285 msgToHost->message.size(), msgToHost->toHostData.appPermissions, in generateMessageToHost()
286 msgToHost->toHostData.messagePermissions); in generateMessageToHost()
292 hostCommsManager.onMessageToHostComplete(msgToHost); in generateMessageToHost()
607 result = generateMessageToHost(pendingMsg.data.msgToHost, buffer, in chre_slpi_get_message_to_host()