Searched refs:UnloadNanoappRequest (Results 1 – 6 of 6) sorted by relevance
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 28 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/ |
D | host_messages_generated.h | 36 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/ |
D | host_protocol_chre.cc | 90 case fbs::ChreMessage::UnloadNanoappRequest: { in decodeMessageFromHost() 91 const auto *request = static_cast<const fbs::UnloadNanoappRequest *>( in decodeMessageFromHost()
|
/system/chre/platform/android/ |
D | host_link.cc | 206 case fbs::ChreMessage::UnloadNanoappRequest: in handleMessageFromHost()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 119 finalize(builder, fbs::ChreMessage::UnloadNanoappRequest, request.Union()); in encodeUnloadNanoappRequest()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 158 table UnloadNanoappRequest { 245 UnloadNanoappRequest,
|