Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h28 struct UnloadNanoappRequest;
63 UnloadNanoappRequest = 8, enumerator
139 template<> struct ChreMessageTraits<UnloadNanoappRequest> {
140 static const ChreMessage enum_value = ChreMessage::UnloadNanoappRequest;
910 struct UnloadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
940 fbb_.AddElement<uint32_t>(UnloadNanoappRequest::VT_TRANSACTION_ID, transaction_id, 0);
943 fbb_.AddElement<uint64_t>(UnloadNanoappRequest::VT_APP_ID, app_id, 0);
946 …fbb_.AddElement<uint8_t>(UnloadNanoappRequest::VT_ALLOW_SYSTEM_NANOAPP_UNLOAD, static_cast<uint8_t…
953 flatbuffers::Offset<UnloadNanoappRequest> Finish() {
955 auto o = flatbuffers::Offset<UnloadNanoappRequest>(end);
[all …]
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h36 struct UnloadNanoappRequest;
82 UnloadNanoappRequest = 8, enumerator
158 template<> struct ChreMessageTraits<UnloadNanoappRequest> {
159 static const ChreMessage enum_value = ChreMessage::UnloadNanoappRequest;
252 return type == ChreMessage::UnloadNanoappRequest ?
1277 typedef UnloadNanoappRequest TableType;
1288 struct UnloadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1324 …static flatbuffers::Offset<UnloadNanoappRequest> Pack(flatbuffers::FlatBufferBuilder &_fbb, const …
1331 fbb_.AddElement<uint32_t>(UnloadNanoappRequest::VT_TRANSACTION_ID, transaction_id, 0);
1334 fbb_.AddElement<uint64_t>(UnloadNanoappRequest::VT_APP_ID, app_id, 0);
[all …]
/system/chre/platform/shared/
Dhost_protocol_chre.cc90 case fbs::ChreMessage::UnloadNanoappRequest: { in decodeMessageFromHost()
91 const auto *request = static_cast<const fbs::UnloadNanoappRequest *>( in decodeMessageFromHost()
/system/chre/platform/android/
Dhost_link.cc206 case fbs::ChreMessage::UnloadNanoappRequest: in handleMessageFromHost()
/system/chre/host/common/
Dhost_protocol_host.cc119 finalize(builder, fbs::ChreMessage::UnloadNanoappRequest, request.Union()); in encodeUnloadNanoappRequest()
/system/chre/platform/shared/idl/
Dhost_messages.fbs158 table UnloadNanoappRequest {
245 UnloadNanoappRequest,