Home
last modified time | relevance | path

Searched refs:deviceManifest (Results 1 – 3 of 3) sorted by relevance

/system/hwservicemanager/
DVintf.cpp84 auto deviceManifest = vintf::VintfObject::GetDeviceHalManifest(); in getInstances() local
88 deviceManifest->getInstances(fqName.package(), fqName.getVersion(), fqName.name()); in getInstances()
/system/libvintf/
DVintfObject.cpp128 auto deviceManifest = getDeviceHalManifest(); in getFrameworkCompatibilityMatrix() local
134 std::bind(&VintfObject::getCombinedFrameworkMatrix, this, deviceManifest, _1, _2)); in getFrameworkCompatibilityMatrix()
145 const std::shared_ptr<const HalManifest>& deviceManifest, CompatibilityMatrix* out, in getCombinedFrameworkMatrix() argument
161 if (deviceManifest != nullptr) { in getCombinedFrameworkMatrix()
162 deviceLevel = deviceManifest->level(); in getCombinedFrameworkMatrix()
754 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation() local
755 if (deviceManifest == nullptr) { in checkDeprecation()
759 Level deviceLevel = deviceManifest->level(); in checkDeprecation()
796 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation() local
798 [&deviceManifest](const std::string& package, Version version, const std::string& interface, in checkDeprecation()
[all …]
/system/libvintf/include/vintf/
DVintfObject.h306 status_t getCombinedFrameworkMatrix(const std::shared_ptr<const HalManifest>& deviceManifest,