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

/system/chre/host/common/include/chre_host/
H A Dhost_messages_generated.h31 struct LoadNanoappRequestT;
243 LoadNanoappRequestT *AsLoadNanoappRequest() {
245 reinterpret_cast<LoadNanoappRequestT *>(table) : nullptr;
956 struct LoadNanoappRequestT : public flatbuffers::NativeTable { struct in class:chre::fbs::ChreMessage
965 LoadNanoappRequestT() function in struct:chre::fbs::ChreMessage::LoadNanoappRequestT
999 typedef LoadNanoappRequestT NativeTableType;
1067 LoadNanoappRequestT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
1068 void UnPackTo(LoadNanoappRequestT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;
1069 static flatbuffers::Offset<LoadNanoappRequest> Pack(flatbuffers::FlatBufferBuilder &_fbb, const LoadNanoappRequestT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
1149 flatbuffers::Offset<LoadNanoappRequest> CreateLoadNanoappRequest(flatbuffers::FlatBufferBuilder &_fbb, const LoadNanoappRequestT *_
[all...]

Completed in 1389 milliseconds