Home
last modified time | relevance | path

Searched refs:toHostData (Results 1 – 3 of 3) sorted by relevance

/system/chre/core/
Dhost_comms_manager.cc55 msgToHost->toHostData.hostEndpoint = hostEndpoint; in sendMessageToHostFromCurrentNanoapp()
56 msgToHost->toHostData.messageType = messageType; in sendMessageToHostFromCurrentNanoapp()
57 msgToHost->toHostData.nanoappFreeFunction = freeCallback; in sendMessageToHostFromCurrentNanoapp()
61 msgToHost->toHostData.reserved = kMessageToHostReservedFieldValue; in sendMessageToHostFromCurrentNanoapp()
140 if (msgToHost->toHostData.nanoappFreeFunction == nullptr) { in onMessageToHostComplete()
160 if (msgToHost->toHostData.nanoappFreeFunction != nullptr) { in freeMessageToHost()
161 msgToHost->toHostData.nanoappFreeFunction(msgToHost->message.data(), in freeMessageToHost()
/system/chre/core/include/chre/core/
Dhost_comms_manager.h64 } toHostData; member
/system/chre/platform/slpi/
Dhost_link.cc201 builder, msgToHost->appId, msgToHost->toHostData.messageType, in generateMessageToHost()
202 msgToHost->toHostData.hostEndpoint, msgToHost->message.data(), in generateMessageToHost()