Home
last modified time | relevance | path

Searched refs:shouldFetchHalType (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp221 bool ListCommand::shouldFetchHalType(const HalType &type) const { in shouldFetchHalType() function in android::lshal::ListCommand
511 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()
H A DListCommand.h152 bool shouldFetchHalType(const HalType &type) const;