Home
last modified time | relevance | path

Searched refs:NanoappMessage (Results 1 – 6 of 6) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h12 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/
Dhost_messages_generated.h12 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/
Dhost_protocol_chre.cc42 case fbs::ChreMessage::NanoappMessage: { in decodeMessageFromHost()
43 const auto *nanoappMsg = static_cast<const fbs::NanoappMessage *>( in decodeMessageFromHost()
Dhost_protocol_common.cc37 finalize(builder, fbs::ChreMessage::NanoappMessage, nanoappMessage.Union()); in encodeNanoappMessage()
/system/chre/host/common/
Dhost_protocol_host.cc66 case fbs::ChreMessage::NanoappMessage: { in decodeMessageFromChre()
67 const auto *nanoappMsg = static_cast<const fbs::NanoappMessage *>( in decodeMessageFromChre()
/system/chre/platform/shared/idl/
Dhost_messages.fbs18 table NanoappMessage {
105 NanoappMessage,