Home
last modified time | relevance | path

Searched refs:forEachInstanceOfInterface (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/libvintf/include/vintf/
H A DHalGroup.h121 bool forEachInstanceOfInterface(HalFormat format, const std::string& package, in forEachInstanceOfInterface() function
149 return forEachInstanceOfInterface(HalFormat::HIDL, package, expectVersion, interface, func); in forEachHidlInstanceOfInterface()
/aosp12/system/libvintf/
H A DHalManifest.cpp199 forEachInstanceOfInterface(HalFormat::HIDL, package, v, interfaceName, [&](const auto& e) { in getHidlTransport()
554 (void)forEachInstanceOfInterface(format, package, version, interfaceName, in getInstances()
566 (void)forEachInstanceOfInterface(format, package, version, interfaceName, in hasInstance()
H A DCompatibilityMatrix.cpp455 (void)forEachInstanceOfInterface(format, halName, version, interfaceName, in matchInstance()
H A DVintfObject.cpp915 deviceManifest->forEachInstanceOfInterface( in checkDeprecation()