Searched refs:forEachInstanceOfInterface (Results 1 – 4 of 4) sorted by relevance
/system/libvintf/include/vintf/ |
D | HalGroup.h | 121 bool forEachInstanceOfInterface(HalFormat format, const std::string& package, in forEachInstanceOfInterface() function 149 return forEachInstanceOfInterface(HalFormat::HIDL, package, expectVersion, interface, func); in forEachHidlInstanceOfInterface()
|
/system/libvintf/ |
D | HalManifest.cpp | 190 forEachInstanceOfInterface(HalFormat::HIDL, package, v, interfaceName, [&](const auto& e) { in getHidlTransport() 530 (void)forEachInstanceOfInterface(format, package, version, interfaceName, in getInstances() 542 (void)forEachInstanceOfInterface(format, package, version, interfaceName, in hasInstance()
|
D | CompatibilityMatrix.cpp | 456 (void)forEachInstanceOfInterface(format, halName, version, interfaceName, in matchInstance()
|
D | VintfObject.cpp | 887 deviceManifest->forEachInstanceOfInterface( in checkDeprecation()
|