Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp103 return GetInstance()->getDeviceHalManifest(); in GetDeviceHalManifest()
106 std::shared_ptr<const HalManifest> VintfObject::getDeviceHalManifest() { in getDeviceHalManifest() function in android::vintf::VintfObject
134 auto deviceManifest = getDeviceHalManifest(); in getFrameworkCompatibilityMatrix()
514 auto manifest = getDeviceHalManifest(); in getRuntimeInfo()
544 if (getDeviceHalManifest() == nullptr) { in checkCompatibility()
566 if (!getDeviceHalManifest()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error)) { in checkCompatibility()
832 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation()
882 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation()
900 auto manifest = getDeviceHalManifest(); in getKernelLevel()
956 auto manifest = getDeviceHalManifest(); in checkUnusedHals()
Dcheck_vintf.cpp414 auto deviceManifest = vintfObject->getDeviceHalManifest(); in checkAllFiles()
465 auto manifest = vintfObject->getDeviceHalManifest(); in checkDirmaps()
/system/libvintf/test/
Dvintf_object_tests.cpp736 return vintfObject->getDeviceHalManifest(); in get()
808 return vintfObject->getDeviceHalManifest(); in get()
896 vintfObject->getDeviceHalManifest(); in SetUp()
1035 vintfObject->getDeviceHalManifest(); in expectTargetFcmVersion()
/system/libvintf/include/vintf/
DVintfObject.h95 virtual std::shared_ptr<const HalManifest> getDeviceHalManifest();