Searched refs:shouldFetchHalType (Results 1 – 2 of 2) sorted by relevance
223 bool ListCommand::shouldFetchHalType(const HalType &type) const { in shouldFetchHalType() function in android::lshal::ListCommand521 if (!shouldFetchHalType(HalType::PASSTHROUGH_LIBRARIES)) { return OK; } in fetchAllLibraries()559 if (!shouldFetchHalType(HalType::PASSTHROUGH_CLIENTS)) { return OK; } in fetchPassthrough()605 if (!shouldFetchHalType(HalType::BINDERIZED_SERVICES)) { return OK; } in fetchBinderized()753 if (!shouldFetchHalType(HalType::VINTF_MANIFEST)) { return OK; } in fetchManifestHals()786 if (!shouldFetchHalType(HalType::LAZY_HALS)) { return OK; } in fetchLazyHals()
152 bool shouldFetchHalType(const HalType &type) const;