Searched refs:shouldFetchHalType (Results 1 – 2 of 2) sorted by relevance
305 bool ListCommand::shouldFetchHalType(const HalType &type) const { in shouldFetchHalType() function in android::lshal::ListCommand595 if (!shouldFetchHalType(HalType::PASSTHROUGH_LIBRARIES)) { return OK; } in fetchAllLibraries()625 if (!shouldFetchHalType(HalType::PASSTHROUGH_CLIENTS)) { return OK; } in fetchPassthrough()658 if (!shouldFetchHalType(HalType::BINDERIZED_SERVICES)) { return OK; } in fetchBinderized()792 if (!shouldFetchHalType(HalType::VINTF_MANIFEST)) { return OK; } in fetchManifestHals()825 if (!shouldFetchHalType(HalType::LAZY_HALS)) { return OK; } in fetchLazyHals()
154 bool shouldFetchHalType(const HalType &type) const;