Searched refs:shouldFetchHalType (Results 1 – 2 of 2) sorted by relevance
221 bool ListCommand::shouldFetchHalType(const HalType &type) const { in shouldFetchHalType() function in android::lshal::ListCommand511 if (!shouldFetchHalType(HalType::PASSTHROUGH_LIBRARIES)) { return OK; } in fetchAllLibraries()541 if (!shouldFetchHalType(HalType::PASSTHROUGH_CLIENTS)) { return OK; } in fetchPassthrough()574 if (!shouldFetchHalType(HalType::BINDERIZED_SERVICES)) { return OK; } in fetchBinderized()708 if (!shouldFetchHalType(HalType::VINTF_MANIFEST)) { return OK; } in fetchManifestHals()741 if (!shouldFetchHalType(HalType::LAZY_HALS)) { return OK; } in fetchLazyHals()
152 bool shouldFetchHalType(const HalType &type) const;