Searched refs:VintfObject (Results 1 – 17 of 17) sorted by relevance
/system/libvintf/ |
D | VintfObject.cpp | 96 std::shared_ptr<VintfObject> VintfObject::GetInstance() { in GetInstance() 97 static details::LockedSharedPtr<VintfObject> sInstance{}; in GetInstance() 100 sInstance.object = std::shared_ptr<VintfObject>(VintfObject::Builder().build().release()); in GetInstance() 105 std::shared_ptr<const HalManifest> VintfObject::GetDeviceHalManifest() { in GetDeviceHalManifest() 109 std::shared_ptr<const HalManifest> VintfObject::getDeviceHalManifest() { in getDeviceHalManifest() 111 std::bind(&VintfObject::fetchDeviceHalManifest, this, _1, _2)); in getDeviceHalManifest() 114 std::shared_ptr<const HalManifest> VintfObject::GetFrameworkHalManifest() { in GetFrameworkHalManifest() 118 std::shared_ptr<const HalManifest> VintfObject::getFrameworkHalManifest() { in getFrameworkHalManifest() 120 std::bind(&VintfObject::fetchFrameworkHalManifest, this, _1, _2)); in getFrameworkHalManifest() 123 std::shared_ptr<const CompatibilityMatrix> VintfObject::GetDeviceCompatibilityMatrix() { in GetDeviceCompatibilityMatrix() [all …]
|
D | main.cpp | 245 auto vm = VintfObject::GetDeviceHalManifest(); in main() 246 auto fm = VintfObject::GetFrameworkHalManifest(); in main() 247 auto vcm = VintfObject::GetDeviceCompatibilityMatrix(); in main() 248 auto fcm = VintfObject::GetFrameworkCompatibilityMatrix(); in main() 249 auto ki = VintfObject::GetRuntimeInfo(); in main() 316 auto compatible = VintfObject::GetInstance()->checkCompatibility(&error); in main() 325 auto deprecate = VintfObject::GetInstance()->checkDeprecation({}, &error); in main()
|
D | check_vintf.cpp | 354 static void logHalsFromNewFcms(VintfObject* vintfObject, in logHalsFromNewFcms() 434 VintfObject::Builder() in checkAllFiles() 492 VintfObject::Builder() in checkDirmaps()
|
D | Android.bp | 86 "VintfObject.cpp",
|
D | VintfFm.cpp | 107 class FmOnlyVintfObject : public VintfObject {
|
/system/security/keystore2/src/vintf/ |
D | vintf.cpp | 33 auto manifest = android::vintf::VintfObject::GetDeviceHalManifest(); in getHalNames() 40 auto manifest = android::vintf::VintfObject::GetDeviceHalManifest(); in getHalNamesAndVersions() 49 auto manifest = android::vintf::VintfObject::GetDeviceHalManifest(); in getHidlInstances() 57 auto manifest = android::vintf::VintfObject::GetDeviceHalManifest(); in getAidlInstances()
|
/system/memory/libmeminfo/vts/ |
D | vts_meminfo_test.cpp | 27 using android::vintf::VintfObject; 60 android::vintf::VintfObject::GetInstance() in TEST() 81 android::vintf::VintfObject::GetInstance() in TEST() 102 KernelVersion kernel_version = VintfObject::GetInstance() in TEST()
|
/system/hwservicemanager/ |
D | Vintf.cpp | 59 vintf::VintfObject::GetFrameworkHalManifest()); in getTransport() 64 vintf::VintfObject::GetDeviceHalManifest()); in getTransport() 101 fqName, vintf::VintfObject::GetDeviceHalManifest(), "device", &ret); in getInstances() 103 fqName, vintf::VintfObject::GetFrameworkHalManifest(), "framework", &ret); in getInstances()
|
/system/libvintf/libaidlvintf_test_helper/ |
D | Vintf.cpp | 32 auto deviceManifest = vintf::VintfObject::GetDeviceHalManifest(); in getAidlHalInstanceNames() 37 auto frameworkManifest = vintf::VintfObject::GetFrameworkHalManifest(); in getAidlHalInstanceNames()
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 88 class VintfObject { 90 virtual ~VintfObject() = default; 276 static std::shared_ptr<VintfObject> GetInstance(); 370 std::unique_ptr<VintfObject> build(); 373 std::unique_ptr<VintfObject> mObject; 378 VintfObject() = default;
|
D | RuntimeInfo.h | 123 friend class VintfObject; member
|
D | CompatibilityMatrix.h | 158 friend class VintfObject; member
|
D | HalGroup.h | 218 friend class VintfObject; member
|
D | HalManifest.h | 169 friend class VintfObject; member
|
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 82 android::vintf::VintfObject::GetInstance() in TEST_F() 294 android::vintf::VintfObject::GetInstance() in TEST_F()
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 452 vintfObject = VintfObject::Builder() in SetUp() 515 std::unique_ptr<VintfObject> vintfObject; 924 static VintfObject::ListInstances getInstanceListFunc( in getInstanceListFunc()
|
/system/memory/libmeminfo/ |
D | libmeminfo_test.cpp | 43 using android::vintf::VintfObject; 975 KernelVersion kernel_version = VintfObject::GetInstance() in TEST()
|