Searched refs:NanoappMessage (Results 1 – 6 of 6) sorted by relevance
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 12 struct NanoappMessage; 36 NanoappMessage = 1, enumerator 71 template<> struct ChreMessageTraits<NanoappMessage> { 72 static const ChreMessage enum_value = ChreMessage::NanoappMessage; 123 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 161 fbb_.AddElement<uint64_t>(NanoappMessage::VT_APP_ID, app_id, 0); 164 fbb_.AddElement<uint32_t>(NanoappMessage::VT_MESSAGE_TYPE, message_type, 0); 167 fbb_.AddElement<uint16_t>(NanoappMessage::VT_HOST_ENDPOINT, host_endpoint, 65534); 170 fbb_.AddOffset(NanoappMessage::VT_MESSAGE, message); 177 flatbuffers::Offset<NanoappMessage> Finish() { [all …]
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 12 struct NanoappMessage; 45 NanoappMessage = 1, enumerator 80 template<> struct ChreMessageTraits<NanoappMessage> { 81 static const ChreMessage enum_value = ChreMessage::NanoappMessage; 134 return type == ChreMessage::NanoappMessage ? 190 typedef NanoappMessage TableType; 203 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 250 …static flatbuffers::Offset<NanoappMessage> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Nanoap… 257 fbb_.AddElement<uint64_t>(NanoappMessage::VT_APP_ID, app_id, 0); 260 fbb_.AddElement<uint32_t>(NanoappMessage::VT_MESSAGE_TYPE, message_type, 0); [all …]
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 42 case fbs::ChreMessage::NanoappMessage: { in decodeMessageFromHost() 43 const auto *nanoappMsg = static_cast<const fbs::NanoappMessage *>( in decodeMessageFromHost()
|
D | host_protocol_common.cc | 37 finalize(builder, fbs::ChreMessage::NanoappMessage, nanoappMessage.Union()); in encodeNanoappMessage()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 66 case fbs::ChreMessage::NanoappMessage: { in decodeMessageFromChre() 67 const auto *nanoappMsg = static_cast<const fbs::NanoappMessage *>( in decodeMessageFromChre()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 18 table NanoappMessage { 105 NanoappMessage,
|