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/generated/
Dhost_messages_generated.h12 struct NanoappMessage;
155 NanoappMessage = 1, enumerator
183 ChreMessage::NanoappMessage, in EnumValuesChreMessage()
247 template<> struct ChreMessageTraits<chre::fbs::NanoappMessage> {
248 static const ChreMessage enum_value = ChreMessage::NanoappMessage;
352 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
405 typedef NanoappMessage Table;
409 fbb_.AddElement<uint64_t>(NanoappMessage::VT_APP_ID, app_id, 0);
412 fbb_.AddElement<uint32_t>(NanoappMessage::VT_MESSAGE_TYPE, message_type, 0);
415 fbb_.AddElement<uint16_t>(NanoappMessage::VT_HOST_ENDPOINT, host_endpoint, 65534);
[all …]
/system/chre/platform/shared/
Dhost_protocol_common.cc39 finalize(builder, fbs::ChreMessage::NanoappMessage, nanoappMessage.Union()); in encodeNanoappMessage()
Dhost_protocol_chre.cc56 case fbs::ChreMessage::NanoappMessage: { in decodeMessageFromHost()
58 static_cast<const fbs::NanoappMessage *>(container->message()); in decodeMessageFromHost()
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h12 struct NanoappMessage;
178 NanoappMessage = 1, enumerator
206 ChreMessage::NanoappMessage, in EnumValuesChreMessage()
270 template<> struct ChreMessageTraits<chre::fbs::NanoappMessage> {
271 static const ChreMessage enum_value = ChreMessage::NanoappMessage;
387 return type == ChreMessage::NanoappMessage ?
391 return type == ChreMessage::NanoappMessage ?
580 typedef NanoappMessage TableType;
597 struct NanoappMessage FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
668 …static flatbuffers::Offset<NanoappMessage> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Nanoap…
[all …]
/system/chre/platform/android/
Dhost_link.cc182 case fbs::ChreMessage::NanoappMessage: in handleMessageFromHost()
/system/chre/host/common/
Dhost_protocol_host.cc58 case fbs::ChreMessage::NanoappMessage: in decodeMessageFromChre()
/system/chre/platform/shared/idl/
Dhost_messages.fbs18 table NanoappMessage {
313 NanoappMessage,