Searched refs:HalType (Results 1 – 2 of 2) sorted by relevance
302 bool ListCommand::shouldFetchHalType(const HalType &type) const { in shouldFetchHalType()306 Table* ListCommand::tableForType(HalType type) { in tableForType()308 case HalType::BINDERIZED_SERVICES: in tableForType()310 case HalType::PASSTHROUGH_CLIENTS: in tableForType()312 case HalType::PASSTHROUGH_LIBRARIES: in tableForType()314 case HalType::VINTF_MANIFEST: in tableForType()316 case HalType::LAZY_HALS: in tableForType()323 const Table* ListCommand::tableForType(HalType type) const { in tableForType()587 void ListCommand::putEntry(HalType type, TableEntry &&entry) { in putEntry()592 if (!shouldFetchHalType(HalType::PASSTHROUGH_LIBRARIES)) { return OK; } in fetchAllLibraries()[all …]
50 enum class HalType { enum98 void putEntry(HalType type, TableEntry &&entry);141 Table* tableForType(HalType type);142 const Table* tableForType(HalType type) const;154 bool shouldFetchHalType(const HalType &type) const;181 std::vector<HalType> mListTypes{};183 std::set<HalType> mFetchTypes{};