HomeSort by relevance Sort by last modified time
    Searched refs:MessageToHost (Results 1 - 5 of 5) sorted by null

  /system/chre/platform/linux/
host_link.cc 21 bool HostLink::sendMessage(const MessageToHost *message) {
  /system/chre/platform/include/chre/platform/
host_link.h 26 typedef HostMessage MessageToHost;
44 bool sendMessage(const MessageToHost *message);
  /system/chre/core/include/chre/core/
host_comms_manager.h 75 typedef HostMessage MessageToHost;
85 * Formulates a MessageToHost using the supplied message contents and passes
131 void onMessageToHostComplete(const MessageToHost *msgToHost);
171 void freeMessageToHost(MessageToHost *msgToHost);
  /system/chre/core/
host_comms_manager.cc 48 MessageToHost *msgToHost = mMessagePool.allocate();
132 void HostCommsManager::onMessageToHostComplete(const MessageToHost *message) {
135 auto *msgToHost = const_cast<MessageToHost *>(message);
145 static_cast<MessageToHost *>(data));
159 void HostCommsManager::freeMessageToHost(MessageToHost *msgToHost) {
  /system/chre/platform/slpi/
host_link.cc 72 const MessageToHost *msgToHost = nullptr) {
84 const MessageToHost *msgToHost;
194 int generateMessageToHost(const MessageToHost *msgToHost, unsigned char *buffer,
337 bool HostLink::sendMessage(const MessageToHost *message) {

Completed in 2876 milliseconds