Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dhost_messages_generated.h30 struct UnloadNanoappResponse;
64 UnloadNanoappResponse = 9, enumerator
143 template<> struct ChreMessageTraits<UnloadNanoappResponse> {
144 static const ChreMessage enum_value = ChreMessage::UnloadNanoappResponse;
972 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
995 fbb_.AddElement<uint32_t>(UnloadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
998 fbb_.AddElement<uint8_t>(UnloadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
1005 flatbuffers::Offset<UnloadNanoappResponse> Finish() {
1007 auto o = flatbuffers::Offset<UnloadNanoappResponse>(end);
1012 inline flatbuffers::Offset<UnloadNanoappResponse> CreateUnloadNanoappResponse(
[all …]
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h39 struct UnloadNanoappResponse;
83 UnloadNanoappResponse = 9, enumerator
162 template<> struct ChreMessageTraits<UnloadNanoappResponse> {
163 static const ChreMessage enum_value = ChreMessage::UnloadNanoappResponse;
256 return type == ChreMessage::UnloadNanoappResponse ?
1366 typedef UnloadNanoappResponse TableType;
1375 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1401 …static flatbuffers::Offset<UnloadNanoappResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const…
1408 fbb_.AddElement<uint32_t>(UnloadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
1411 fbb_.AddElement<uint8_t>(UnloadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
[all …]
/system/chre/platform/slpi/
Dhost_link.cc85 UnloadNanoappResponse, enumerator
305 buildAndEnqueueMessage(PendingMessageType::UnloadNanoappResponse, in handleUnloadNanoappCallback()
626 case PendingMessageType::UnloadNanoappResponse: in chre_slpi_get_message_to_host()
/system/chre/host/common/
Dhost_protocol_host.cc73 case fbs::ChreMessage::UnloadNanoappResponse: in decodeMessageFromChre()
/system/chre/platform/shared/
Dhost_protocol_chre.cc174 finalize(builder, fbs::ChreMessage::UnloadNanoappResponse, response.Union(), in encodeUnloadNanoappResponse()
/system/chre/platform/shared/idl/
Dhost_messages.fbs168 table UnloadNanoappResponse {
246 UnloadNanoappResponse,