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/
Dhost_messages_generated.h26 struct LoadNanoappResponse;
62 LoadNanoappResponse = 7, enumerator
135 template<> struct ChreMessageTraits<LoadNanoappResponse> {
136 static const ChreMessage enum_value = ChreMessage::LoadNanoappResponse;
846 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
878 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
881 fbb_.AddElement<uint8_t>(LoadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
884 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_FRAGMENT_ID, fragment_id, 0);
891 flatbuffers::Offset<LoadNanoappResponse> Finish() {
893 auto o = flatbuffers::Offset<LoadNanoappResponse>(end);
[all …]
/system/chre/host/common/include/chre_host/
Dhost_messages_generated.h33 struct LoadNanoappResponse;
81 LoadNanoappResponse = 7, enumerator
154 template<> struct ChreMessageTraits<LoadNanoappResponse> {
155 static const ChreMessage enum_value = ChreMessage::LoadNanoappResponse;
248 return type == ChreMessage::LoadNanoappResponse ?
1186 typedef LoadNanoappResponse TableType;
1197 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1235 …static flatbuffers::Offset<LoadNanoappResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const L…
1242 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
1245 fbb_.AddElement<uint8_t>(LoadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
[all …]
/system/chre/platform/slpi/
Dhost_link.cc84 LoadNanoappResponse, enumerator
282 buildAndEnqueueMessage(PendingMessageType::LoadNanoappResponse, in finishLoadingNanoappCallback()
449 buildAndEnqueueMessage(PendingMessageType::LoadNanoappResponse, in sendFragmentResponse()
625 case PendingMessageType::LoadNanoappResponse: in chre_slpi_get_message_to_host()
/system/chre/host/common/
Dhost_protocol_host.cc69 case fbs::ChreMessage::LoadNanoappResponse: in decodeMessageFromChre()
/system/chre/platform/shared/idl/
Dhost_messages.fbs112 /// CHRE will respond with LoadNanoappResponse for each request. For
144 table LoadNanoappResponse {
243 LoadNanoappResponse,
/system/chre/platform/shared/
Dhost_protocol_chre.cc165 finalize(builder, fbs::ChreMessage::LoadNanoappResponse, response.Union(), in encodeLoadNanoappResponse()
/system/chre/host/msm/daemon/
Dchre_daemon.cc792 != fbs::ChreMessage::LoadNanoappResponse) { in handleDaemonMessage()