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/generated/
Dhost_messages_generated.h39 struct UnloadNanoappResponse;
163 UnloadNanoappResponse = 9, enumerator
191 ChreMessage::UnloadNanoappResponse, in EnumValuesChreMessage()
279 template<> struct ChreMessageTraits<chre::fbs::UnloadNanoappResponse> {
280 static const ChreMessage enum_value = ChreMessage::UnloadNanoappResponse;
1219 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1240 typedef UnloadNanoappResponse Table;
1244 fbb_.AddElement<uint32_t>(UnloadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
1247 fbb_.AddElement<uint8_t>(UnloadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
1254 flatbuffers::Offset<UnloadNanoappResponse> Finish() {
[all …]
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h48 struct UnloadNanoappResponse;
186 UnloadNanoappResponse = 9, enumerator
214 ChreMessage::UnloadNanoappResponse, in EnumValuesChreMessage()
302 template<> struct ChreMessageTraits<chre::fbs::UnloadNanoappResponse> {
303 static const ChreMessage enum_value = ChreMessage::UnloadNanoappResponse;
451 return type == ChreMessage::UnloadNanoappResponse ?
455 return type == ChreMessage::UnloadNanoappResponse ?
1749 typedef UnloadNanoappResponse TableType;
1758 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1785 …static flatbuffers::Offset<UnloadNanoappResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const…
[all …]
/system/chre/platform/slpi/
Dhost_link.cc80 UnloadNanoappResponse, enumerator
272 buildAndEnqueueMessage(PendingMessageType::UnloadNanoappResponse, in handleUnloadNanoappCallback()
618 case PendingMessageType::UnloadNanoappResponse: in chre_slpi_get_message_to_host()
/system/chre/host/common/
Dhost_protocol_host.cc74 case fbs::ChreMessage::UnloadNanoappResponse: in decodeMessageFromChre()
/system/chre/platform/shared/
Dhost_protocol_chre.cc192 finalize(builder, fbs::ChreMessage::UnloadNanoappResponse, response.Union(), in encodeUnloadNanoappResponse()
/system/chre/platform/shared/idl/
Dhost_messages.fbs193 table UnloadNanoappResponse {
325 UnloadNanoappResponse,