Searched refs:LoadNanoappResponse (Results 1 – 7 of 7) sorted by relevance
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 26 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/ |
D | host_messages_generated.h | 33 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/ |
D | host_link.cc | 84 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/ |
D | host_protocol_host.cc | 69 case fbs::ChreMessage::LoadNanoappResponse: in decodeMessageFromChre()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 112 /// CHRE will respond with LoadNanoappResponse for each request. For 144 table LoadNanoappResponse { 243 LoadNanoappResponse,
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 165 finalize(builder, fbs::ChreMessage::LoadNanoappResponse, response.Union(), in encodeLoadNanoappResponse()
|
/system/chre/host/msm/daemon/ |
D | chre_daemon.cc | 792 != fbs::ChreMessage::LoadNanoappResponse) { in handleDaemonMessage()
|