Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DHalGroup.h205 void removeHalsIf(const std::function<bool(const Hal&)>& shouldRemove) { in removeHalsIf() function
/aosp12/system/libvintf/
H A DVintfObject.cpp450 out->removeHalsIf([deviceManifestLevel](const ManifestHal& hal) { in filterHalsByDeviceManifestLevel()