HomeSort by relevance Sort by last modified time
    Searched refs:NanoappListEntryT (Results 1 - 3 of 3) sorted by null

  /system/chre/host/common/test/
chre_test_client.cc 104 for (const std::unique_ptr<fbs::NanoappListEntryT>& nanoapp
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 25 struct NanoappListEntryT;
653 struct NanoappListEntryT : public flatbuffers::NativeTable {
659 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;
    [all...]
  /system/chre/host/hal_generic/
generic_context_hub.cc 318 for (const std::unique_ptr<fbs::NanoappListEntryT>& nanoapp

Completed in 297 milliseconds