Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h12 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/
Dhost_protocol_common.cc37 finalize(builder, fbs::ChreMessage::NanoappMessage, nanoappMessage.Union()); in encodeNanoappMessage()
Dhost_protocol_chre.cc56 case fbs::ChreMessage::NanoappMessage: { in decodeMessageFromHost()
57 const auto *nanoappMsg = static_cast<const fbs::NanoappMessage *>( in decodeMessageFromHost()
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h12 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/
Dhost_link.cc189 case fbs::ChreMessage::NanoappMessage: in handleMessageFromHost()
/system/chre/host/common/
Dhost_protocol_host.cc57 case fbs::ChreMessage::NanoappMessage: in decodeMessageFromChre()
/system/chre/platform/shared/idl/
Dhost_messages.fbs18 table NanoappMessage {
234 NanoappMessage,