Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dhost_comms_manager.h175 void onMessageToHostComplete(const MessageToHost *msgToHost);
/system/chre/core/
Dhost_comms_manager.cc184 void HostCommsManager::onMessageToHostComplete(const MessageToHost *message) { in onMessageToHostComplete() function in chre::HostCommsManager
/system/chre/platform/slpi/
Dhost_link.cc292 hostCommsManager.onMessageToHostComplete(msgToHost); in generateMessageToHost()