Home
last modified time | relevance | path

Searched refs:VintfObject (Results 1 – 17 of 17) sorted by relevance

/system/libvintf/
DVintfObject.cpp96 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 …]
Dmain.cpp245 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()
Dcheck_vintf.cpp354 static void logHalsFromNewFcms(VintfObject* vintfObject, in logHalsFromNewFcms()
434 VintfObject::Builder() in checkAllFiles()
492 VintfObject::Builder() in checkDirmaps()
DAndroid.bp86 "VintfObject.cpp",
DVintfFm.cpp107 class FmOnlyVintfObject : public VintfObject {
/system/security/keystore2/src/vintf/
Dvintf.cpp33 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/
Dvts_meminfo_test.cpp27 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/
DVintf.cpp59 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/
DVintf.cpp32 auto deviceManifest = vintf::VintfObject::GetDeviceHalManifest(); in getAidlHalInstanceNames()
37 auto frameworkManifest = vintf::VintfObject::GetFrameworkHalManifest(); in getAidlHalInstanceNames()
/system/libvintf/include/vintf/
DVintfObject.h88 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;
DRuntimeInfo.h123 friend class VintfObject; member
DCompatibilityMatrix.h158 friend class VintfObject; member
DHalGroup.h218 friend class VintfObject; member
DHalManifest.h169 friend class VintfObject; member
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp82 android::vintf::VintfObject::GetInstance() in TEST_F()
294 android::vintf::VintfObject::GetInstance() in TEST_F()
/system/libvintf/test/
Dvintf_object_tests.cpp452 vintfObject = VintfObject::Builder() in SetUp()
515 std::unique_ptr<VintfObject> vintfObject;
924 static VintfObject::ListInstances getInstanceListFunc( in getInstanceListFunc()
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp43 using android::vintf::VintfObject;
975 KernelVersion kernel_version = VintfObject::GetInstance() in TEST()