Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DHalGroup.h108 bool forEachInstanceOfInterface(const std::string& package, const Version& expectVersion, in forEachInstanceOfInterface() function
134 (void)forEachInstanceOfInterface(package, expectVersion, interface, mapToVector);
/system/libvintf/
DHalManifest.cpp137 forEachInstanceOfInterface(package, v, interfaceName, [&](const auto& e) { in getTransport()
437 (void)forEachInstanceOfInterface(halName, version, interfaceName, [&ret](const auto& e) { in getInstances()
448 (void)forEachInstanceOfInterface(halName, version, interfaceName, in hasInstance()
DCompatibilityMatrix.cpp468 (void)forEachInstanceOfInterface(halName, version, interfaceName, in matchInstance()
DVintfObject.cpp801 deviceManifest->forEachInstanceOfInterface( in checkDeprecation()