Searched refs:UnloadNanoappResponse (Results 1 – 6 of 6) sorted by relevance
/system/chre/platform/shared/include/chre/platform/shared/generated/ |
D | host_messages_generated.h | 39 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/ |
D | host_messages_generated.h | 48 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/ |
D | host_link.cc | 80 UnloadNanoappResponse, enumerator 272 buildAndEnqueueMessage(PendingMessageType::UnloadNanoappResponse, in handleUnloadNanoappCallback() 618 case PendingMessageType::UnloadNanoappResponse: in chre_slpi_get_message_to_host()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 74 case fbs::ChreMessage::UnloadNanoappResponse: in decodeMessageFromChre()
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 192 finalize(builder, fbs::ChreMessage::UnloadNanoappResponse, response.Union(), in encodeUnloadNanoappResponse()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 193 table UnloadNanoappResponse { 325 UnloadNanoappResponse,
|