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;
653 struct NanoappListEntryT : public flatbuffers::NativeTable { struct in class:chre::fbs::ChreMessage
659 NanoappListEntryT() function in struct:chre::fbs::ChreMessage::NanoappListEntryT
668 typedef NanoappListEntryT NativeTableType;
711 NanoappListEntryT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
712 void UnPackTo(NanoappListEntryT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const;
713 static flatbuffers::Offset<NanoappListEntry> Pack(flatbuffers::FlatBufferBuilder &_fbb, const NanoappListEntryT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
757 flatbuffers::Offset<NanoappListEntry> CreateNanoappListEntry(flatbuffers::FlatBufferBuilder &_fbb, const NanoappListEntryT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
761 std::vector<std::unique_ptr<NanoappListEntryT>> nanoapps;
1263 inline NanoappListEntryT *NanoappListEntr
[all...]

Completed in 1224 milliseconds