Home
last modified time | relevance | path

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

/system/chre/core/
Dhost_comms_manager.cc53 msgToHost->toHostData.hostEndpoint = hostEndpoint; in sendMessageToHostFromNanoapp()
54 msgToHost->toHostData.messageType = messageType; in sendMessageToHostFromNanoapp()
55 msgToHost->toHostData.nanoappFreeFunction = freeCallback; in sendMessageToHostFromNanoapp()
59 msgToHost->toHostData.reserved = kMessageToHostReservedFieldValue; in sendMessageToHostFromNanoapp()
135 if (msgToHost->toHostData.nanoappFreeFunction == nullptr) { in onMessageToHostComplete()
149 if (msgToHost->toHostData.nanoappFreeFunction != nullptr) { in freeMessageToHost()
151 msgToHost->appId, msgToHost->toHostData.nanoappFreeFunction, in freeMessageToHost()
/system/chre/core/include/chre/core/
Dhost_comms_manager.h64 } toHostData; member
/system/chre/platform/slpi/
Dhost_link.cc317 builder, msgToHost->appId, msgToHost->toHostData.messageType, in generateMessageToHost()
318 msgToHost->toHostData.hostEndpoint, msgToHost->message.data(), in generateMessageToHost()