Searched refs:NanoappMessage (Results 1 – 7 of 7) sorted by relevance
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 12 struct NanoappMessage; 56 NanoappMessage = 1, enumerator 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); 257 flatbuffers::Offset<NanoappMessage> Finish() { [all …]
|
/system/chre/platform/shared/ |
D | host_protocol_common.cc | 37 finalize(builder, fbs::ChreMessage::NanoappMessage, nanoappMessage.Union()); in encodeNanoappMessage()
|
D | host_protocol_chre.cc | 56 case fbs::ChreMessage::NanoappMessage: { in decodeMessageFromHost() 57 const auto *nanoappMsg = static_cast<const fbs::NanoappMessage *>( in decodeMessageFromHost()
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 12 struct NanoappMessage; 75 NanoappMessage = 1, enumerator 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 Nanoap… 387 fbb_.AddElement<uint64_t>(NanoappMessage::VT_APP_ID, app_id, 0); 390 fbb_.AddElement<uint32_t>(NanoappMessage::VT_MESSAGE_TYPE, message_type, 0); [all …]
|
/system/chre/platform/android/ |
D | host_link.cc | 189 case fbs::ChreMessage::NanoappMessage: in handleMessageFromHost()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 57 case fbs::ChreMessage::NanoappMessage: in decodeMessageFromChre()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 18 table NanoappMessage { 234 NanoappMessage,
|