HomeSort by relevance Sort by last modified time
    Searched defs:NanoappMessage (Results 1 - 2 of 2) sorted by null

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 12 struct NanoappMessage;
56 NanoappMessage = 1,
80 "NanoappMessage",
111 template<> struct ChreMessageTraits<NanoappMessage> {
112 static const ChreMessage enum_value = ChreMessage::NanoappMessage;
203 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
241 fbb_.AddElement<uint64_t>(NanoappMessage::VT_APP_ID, app_id, 0);
244 fbb_.AddElement<uint32_t>(NanoappMessage::VT_MESSAGE_TYPE, message_type, 0);
247 fbb_.AddElement<uint16_t>(NanoappMessage::VT_HOST_ENDPOINT, host_endpoint, 65534);
250 fbb_.AddOffset(NanoappMessage::VT_MESSAGE, message)
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 12 struct NanoappMessage;
75 NanoappMessage = 1,
99 "NanoappMessage",
130 template<> struct ChreMessageTraits<NanoappMessage> {
131 static const ChreMessage enum_value = ChreMessage::NanoappMessage;
224 return type == ChreMessage::NanoappMessage ?
320 typedef NanoappMessage TableType;
333 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
380 static flatbuffers::Offset<NanoappMessage> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NanoappMessageT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
387 fbb_.AddElement<uint64_t>(NanoappMessage::VT_APP_ID, app_id, 0)
    [all...]

Completed in 421 milliseconds