Home
last modified time | relevance | path

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

/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h21 struct NanoappListRequest;
78 NanoappListRequest = 4, enumerator
142 template<> struct ChreMessageTraits<NanoappListRequest> {
143 static const ChreMessage enum_value = ChreMessage::NanoappListRequest;
236 return type == ChreMessage::NanoappListRequest ?
744 typedef NanoappListRequest TableType;
749 struct NanoappListRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
757 …static flatbuffers::Offset<NanoappListRequest> Pack(flatbuffers::FlatBufferBuilder &_fbb, const Na…
768 flatbuffers::Offset<NanoappListRequest> Finish() {
770 auto o = flatbuffers::Offset<NanoappListRequest>(end);
[all …]
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h18 struct NanoappListRequest;
59 NanoappListRequest = 4, enumerator
123 template<> struct ChreMessageTraits<NanoappListRequest> {
124 static const ChreMessage enum_value = ChreMessage::NanoappListRequest;
514 struct NanoappListRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
529 flatbuffers::Offset<NanoappListRequest> Finish() {
531 auto o = flatbuffers::Offset<NanoappListRequest>(end);
536 inline flatbuffers::Offset<NanoappListRequest> CreateNanoappListRequest(
1443 case ChreMessage::NanoappListRequest: {
1444 auto ptr = reinterpret_cast<const NanoappListRequest *>(obj);
/system/chre/platform/android/
Dhost_link.cc197 case fbs::ChreMessage::NanoappListRequest: in handleMessageFromHost()
/system/chre/host/common/
Dhost_protocol_host.cc111 finalize(builder, fbs::ChreMessage::NanoappListRequest, request.Union()); in encodeNanoappListRequest()
/system/chre/platform/shared/
Dhost_protocol_chre.cc72 case fbs::ChreMessage::NanoappListRequest: in decodeMessageFromHost()
/system/chre/platform/shared/idl/
Dhost_messages.fbs65 table NanoappListRequest {}
239 NanoappListRequest,