Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp305 bool ListCommand::shouldFetchHalType(const HalType &type) const { in shouldFetchHalType() function in android::lshal::ListCommand
595 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()
DListCommand.h154 bool shouldFetchHalType(const HalType &type) const;