Searched refs:UnloadNanoappResponse (Results 1 – 6 of 6) sorted by relevance
/system/chre/platform/shared/include/chre/platform/shared/ |
D | host_messages_generated.h | 30 struct UnloadNanoappResponse; 64 UnloadNanoappResponse = 9, enumerator 143 template<> struct ChreMessageTraits<UnloadNanoappResponse> { 144 static const ChreMessage enum_value = ChreMessage::UnloadNanoappResponse; 972 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 995 fbb_.AddElement<uint32_t>(UnloadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0); 998 fbb_.AddElement<uint8_t>(UnloadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0); 1005 flatbuffers::Offset<UnloadNanoappResponse> Finish() { 1007 auto o = flatbuffers::Offset<UnloadNanoappResponse>(end); 1012 inline flatbuffers::Offset<UnloadNanoappResponse> CreateUnloadNanoappResponse( [all …]
|
/system/chre/host/common/include/chre_host/ |
D | host_messages_generated.h | 39 struct UnloadNanoappResponse; 83 UnloadNanoappResponse = 9, enumerator 162 template<> struct ChreMessageTraits<UnloadNanoappResponse> { 163 static const ChreMessage enum_value = ChreMessage::UnloadNanoappResponse; 256 return type == ChreMessage::UnloadNanoappResponse ? 1366 typedef UnloadNanoappResponse TableType; 1375 struct UnloadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 1401 …static flatbuffers::Offset<UnloadNanoappResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const… 1408 fbb_.AddElement<uint32_t>(UnloadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0); 1411 fbb_.AddElement<uint8_t>(UnloadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0); [all …]
|
/system/chre/platform/slpi/ |
D | host_link.cc | 85 UnloadNanoappResponse, enumerator 305 buildAndEnqueueMessage(PendingMessageType::UnloadNanoappResponse, in handleUnloadNanoappCallback() 626 case PendingMessageType::UnloadNanoappResponse: in chre_slpi_get_message_to_host()
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 73 case fbs::ChreMessage::UnloadNanoappResponse: in decodeMessageFromChre()
|
/system/chre/platform/shared/ |
D | host_protocol_chre.cc | 174 finalize(builder, fbs::ChreMessage::UnloadNanoappResponse, response.Union(), in encodeUnloadNanoappResponse()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 168 table UnloadNanoappResponse { 246 UnloadNanoappResponse,
|