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

/system/chre/host/common/include/chre_host/
H A Dhost_messages_generated.h25 struct NanoappListEntryT;
783 struct NanoappListEntryT : public flatbuffers::NativeTable { struct in class:chre::fbs::ChreMessage
789 NanoappListEntryT() function in struct:chre::fbs::ChreMessage::NanoappListEntryT
798 typedef NanoappListEntryT NativeTableType;
841 NanoappListEntryT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
842 void UnPackTo(NanoappListEntryT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;
843 static flatbuffers::Offset<NanoappListEntry> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NanoappListEntryT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
887 flatbuffers::Offset<NanoappListEntry> CreateNanoappListEntry(flatbuffers::FlatBufferBuilder &_fbb, const NanoappListEntryT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
891 std::vector<std::unique_ptr<NanoappListEntryT>> nanoapps;
2085 inline NanoappListEntryT *NanoappListEntr
[all...]

Completed in 310 milliseconds