Searched refs:deviceManifest (Results 1 – 4 of 4) sorted by relevance
/system/libvintf/libaidlvintf_test_helper/ |
D | Vintf.cpp | 32 auto deviceManifest = vintf::VintfObject::GetDeviceHalManifest(); in getAidlHalInstanceNames() local 33 for (const std::string& instance : deviceManifest->getAidlInstances(package, iface)) { in getAidlHalInstanceNames()
|
/system/libvintf/ |
D | VintfObject.cpp | 134 auto deviceManifest = getDeviceHalManifest(); in getFrameworkCompatibilityMatrix() local 140 std::bind(&VintfObject::getCombinedFrameworkMatrix, this, deviceManifest, _1, _2)); in getFrameworkCompatibilityMatrix() 151 const std::shared_ptr<const HalManifest>& deviceManifest, CompatibilityMatrix* out, in getCombinedFrameworkMatrix() argument 167 if (deviceManifest != nullptr) { in getCombinedFrameworkMatrix() 168 deviceLevel = deviceManifest->level(); in getCombinedFrameworkMatrix() 832 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation() local 833 if (deviceManifest == nullptr) { in checkDeprecation() 837 Level deviceLevel = deviceManifest->level(); in checkDeprecation() 882 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation() local 884 [&deviceManifest](const std::string& package, Version version, const std::string& interface, in checkDeprecation() [all …]
|
D | check_vintf.cpp | 414 auto deviceManifest = vintfObject->getDeviceHalManifest(); in checkAllFiles() local 416 if (deviceManifest == nullptr) { in checkAllFiles() 419 targetFcm = deviceManifest->level(); in checkAllFiles()
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 304 status_t getCombinedFrameworkMatrix(const std::shared_ptr<const HalManifest>& deviceManifest,
|