• Home
  • Raw
  • Download

Lines Matching refs:TableEntry

343         for (TableEntry &entry : table) {  in postprocess()
350 for (TableEntry& entry : table) { in postprocess()
358 for (TableEntry &packageEntry : mImplementationsTable) { in postprocess()
364 for (TableEntry &interfaceEntry : mPassthroughRefTable) { in postprocess()
398 bool ListCommand::addEntryWithInstance(const TableEntry& entry, in addEntryWithInstance()
444 bool ListCommand::addEntryWithoutInstance(const TableEntry& entry, in addEntryWithoutInstance()
472 for (const TableEntry& entry : mServicesTable) in dumpVintf()
474 for (const TableEntry& entry : mPassthroughRefTable) in dumpVintf()
476 for (const TableEntry& entry : mManifestHalsTable) in dumpVintf()
480 for (const TableEntry& entry : mImplementationsTable) in dumpVintf()
587 void ListCommand::putEntry(HalType type, TableEntry &&entry) { in putEntry()
588 tableForType(type)->add(std::forward<TableEntry>(entry)); in putEntry()
599 std::map<std::string, TableEntry> entries; in fetchAllLibraries()
603 entries.emplace(interfaceName, TableEntry{ in fetchAllLibraries()
670 std::map<std::string, TableEntry> allTableEntries; in fetchBinderized()
673 TableEntry& entry = allTableEntries[fqInstanceName]; in fetchBinderized()
688 TableEntry *entry) { in fetchBinderizedEntry()
798 std::map<std::string, TableEntry> entries; in fetchManifestHals()
801 TableEntry entry{ in fetchManifestHals()
825 for (const TableEntry& manifestEntry : mManifestHalsTable) { in fetchLazyHals()
828 mLazyHalsTable.add(TableEntry(manifestEntry)); in fetchLazyHals()
834 mLazyHalsTable.add(TableEntry(manifestEntry)); in fetchLazyHals()
845 bool ListCommand::hasHwbinderEntry(const TableEntry& entry) const { in hasHwbinderEntry()
846 for (const TableEntry& existing : mServicesTable) { in hasHwbinderEntry()
854 bool ListCommand::hasPassthroughEntry(const TableEntry& entry) const { in hasPassthroughEntry()
859 for (const TableEntry& existing : mImplementationsTable) { in hasPassthroughEntry()
1005 thiz->mSortColumn = TableEntry::sortByInterfaceName; in registerAllOptions()
1007 thiz->mSortColumn = TableEntry::sortByServerPid; in registerAllOptions()