Home
last modified time | relevance | path

Searched defs:msgToHost (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/
Dhost_comms_manager.cc48 MessageToHost *msgToHost = mMessagePool.allocate(); in sendMessageToHostFromCurrentNanoapp() local
135 auto *msgToHost = const_cast<MessageToHost *>(message); in onMessageToHostComplete() local
159 void HostCommsManager::freeMessageToHost(MessageToHost *msgToHost) { in freeMessageToHost()
/system/chre/platform/slpi/
Dhost_link.cc84 const MessageToHost *msgToHost; member
194 int generateMessageToHost(const MessageToHost *msgToHost, unsigned char *buffer, in generateMessageToHost()