Searched refs:LoadNanoappResponse (Results 1 - 5 of 5) sorted by relevance

/system/chre/host/common/
H A Dhost_protocol_host.cc103 case fbs::ChreMessage::LoadNanoappResponse: {
104 const auto *resp = static_cast<const fbs::LoadNanoappResponse *>(
/system/chre/platform/shared/include/chre/platform/shared/
H A Dhost_messages_generated.h26 struct LoadNanoappResponse;
58 LoadNanoappResponse = 7, member in class:chre::fbs::ChreMessage
80 "LoadNanoappResponse",
127 template<> struct ChreMessageTraits<LoadNanoappResponse> {
128 static const ChreMessage enum_value = ChreMessage::LoadNanoappResponse;
749 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
772 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0);
775 fbb_.AddElement<uint8_t>(LoadNanoappResponse::VT_SUCCESS, static_cast<uint8_t>(success), 0);
782 flatbuffers::Offset<LoadNanoappResponse> Finish() {
784 auto o = flatbuffers::Offset<LoadNanoappResponse>(en
[all...]
/system/chre/host/common/include/chre_host/
H A Dhost_messages_generated.h33 struct LoadNanoappResponse;
75 LoadNanoappResponse = 7, member in class:chre::fbs::ChreMessage
97 "LoadNanoappResponse",
144 template<> struct ChreMessageTraits<LoadNanoappResponse> {
145 static const ChreMessage enum_value = ChreMessage::LoadNanoappResponse;
230 return type == ChreMessage::LoadNanoappResponse ?
1065 typedef LoadNanoappResponse TableType;
1074 struct LoadNanoappResponse FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
1100 static flatbuffers::Offset<LoadNanoappResponse> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LoadNanoappResponseT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
1107 fbb_.AddElement<uint32_t>(LoadNanoappResponse
[all...]
/system/chre/platform/slpi/
H A Dhost_link.cc73 LoadNanoappResponse, member in class:chre::__anon1385::PendingMessageType
268 buildAndEnqueueMessage(PendingMessageType::LoadNanoappResponse,
470 case PendingMessageType::LoadNanoappResponse:
/system/chre/platform/shared/
H A Dhost_protocol_chre.cc148 finalize(builder, fbs::ChreMessage::LoadNanoappResponse, response.Union(),

Completed in 90 milliseconds