Searched defs:LoadNanoappRequest (Results 1 - 2 of 2) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
H A Dhost_messages_generated.h24 struct LoadNanoappRequest;
41 LoadNanoappRequest = 6, member in class:chre::fbs::ChreMessage
55 "LoadNanoappRequest",
91 template<> struct ChreMessageTraits<LoadNanoappRequest> {
92 static const ChreMessage enum_value = ChreMessage::LoadNanoappRequest;
587 struct LoadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
626 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_TRANSACTION_ID, transaction_id, 0);
629 fbb_.AddElement<uint64_t>(LoadNanoappRequest::VT_APP_ID, app_id, 0);
632 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_APP_VERSION, app_version, 0);
635 fbb_.AddElement<uint32_t>(LoadNanoappRequest
[all...]
/system/chre/host/common/include/chre_host/
H A Dhost_messages_generated.h30 struct LoadNanoappRequest;
50 LoadNanoappRequest = 6, member in class:chre::fbs::ChreMessage
64 "LoadNanoappRequest",
100 template<> struct ChreMessageTraits<LoadNanoappRequest> {
101 static const ChreMessage enum_value = ChreMessage::LoadNanoappRequest;
154 return type == ChreMessage::LoadNanoappRequest ?
827 typedef LoadNanoappRequest TableType;
841 struct LoadNanoappRequest FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
892 static flatbuffers::Offset<LoadNanoappRequest> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LoadNanoappRequestT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
899 fbb_.AddElement<uint32_t>(LoadNanoappRequest
[all...]

Completed in 239 milliseconds