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

  /system/chre/platform/include/chre/platform/
host_link.h 27 struct HostMessage;
28 typedef HostMessage MessageToHost;
  /system/chre/core/include/chre/core/
host_comms_manager.h 42 struct HostMessage : public NonCopyable {
74 typedef HostMessage MessageFromHost;
75 typedef HostMessage MessageToHost;
151 SynchronizedMemoryPool<HostMessage, kMaxOutstandingMessages> mMessagePool;
  /system/chre/core/
host_comms_manager.cc 181 // data pointer, but we need to return to the enclosing HostMessage pointer.
182 // As long as HostMessage is standard-layout, and fromHostData is the first
185 static_assert(std::is_standard_layout<HostMessage>::value,
186 "HostMessage* is derived from HostMessage::fromHostData*, "
189 "fromHostData must be the first field in HostMessage");

Completed in 656 milliseconds