Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DHalManifest.h190 void removeHals(const std::string& name, size_t majorVer);
/aosp12/system/libvintf/
H A DHalManifest.cpp111 void HalManifest::removeHals(const std::string& name, size_t majorVer) { in removeHals() function in android::vintf::HalManifest
134 removeHals(halToAdd.name, versionToAdd.majorVer); in add()