Home
last modified time | relevance | path

Searched refs:LoadNanoappResponse (Results 1 – 7 of 7) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/generated/
Dhost_messages_generated.h33 struct LoadNanoappResponse;
161 LoadNanoappResponse = 7, enumerator
189 ChreMessage::LoadNanoappResponse, in EnumValuesChreMessage()
271 template<> struct ChreMessageTraits<chre::fbs::LoadNanoappResponse> {
272 static const ChreMessage enum_value = ChreMessage::LoadNanoappResponse;
1089 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1119 typedef LoadNanoappResponse Table;
1123 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
1126 fbb_.AddElement<uint8_t>(LoadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
1129 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_FRAGMENT_ID, fragment_id, 0);
[all …]
/system/chre/host/common/include/chre_host/generated/
Dhost_messages_generated.h40 struct LoadNanoappResponse;
184 LoadNanoappResponse = 7, enumerator
212 ChreMessage::LoadNanoappResponse, in EnumValuesChreMessage()
294 template<> struct ChreMessageTraits<chre::fbs::LoadNanoappResponse> {
295 static const ChreMessage enum_value = ChreMessage::LoadNanoappResponse;
435 return type == ChreMessage::LoadNanoappResponse ?
439 return type == ChreMessage::LoadNanoappResponse ?
1565 typedef LoadNanoappResponse TableType;
1576 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1615 …static flatbuffers::Offset<LoadNanoappResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const L…
[all …]
/system/chre/platform/slpi/
Dhost_link.cc79 LoadNanoappResponse, enumerator
248 buildAndEnqueueMessage(PendingMessageType::LoadNanoappResponse, in finishLoadingNanoappCallback()
435 buildAndEnqueueMessage(PendingMessageType::LoadNanoappResponse, in sendFragmentResponse()
617 case PendingMessageType::LoadNanoappResponse: in chre_slpi_get_message_to_host()
/system/chre/platform/shared/idl/
Dhost_messages.fbs127 /// CHRE will respond with LoadNanoappResponse for each request. For
162 /// If true and fragmented loading is requested, the LoadNanoappResponse
169 table LoadNanoappResponse {
322 LoadNanoappResponse,
/system/chre/host/common/
Dhost_protocol_host.cc70 case fbs::ChreMessage::LoadNanoappResponse: in decodeMessageFromChre()
Ddaemon_base.cc233 if (container->message.type != fbs::ChreMessage::LoadNanoappResponse) { in handleDaemonMessage()
/system/chre/platform/shared/
Dhost_protocol_chre.cc183 finalize(builder, fbs::ChreMessage::LoadNanoappResponse, response.Union(), in encodeLoadNanoappResponse()