Home
last modified time | relevance | path

Searched refs:GetDeviceHalManifest (Results 1 – 6 of 6) sorted by relevance

/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/hwservicemanager/
DVintf.cpp64 vintf::VintfObject::GetDeviceHalManifest()); in getTransport()
101 fqName, vintf::VintfObject::GetDeviceHalManifest(), "device", &ret); in getInstances()
/system/libvintf/libaidlvintf_test_helper/
DVintf.cpp32 auto deviceManifest = vintf::VintfObject::GetDeviceHalManifest(); in getAidlHalInstanceNames()
/system/libvintf/include/vintf/
DVintfObject.h284 static std::shared_ptr<const HalManifest> GetDeviceHalManifest();
/system/libvintf/
Dmain.cpp245 auto vm = VintfObject::GetDeviceHalManifest(); in main()
DVintfObject.cpp105 std::shared_ptr<const HalManifest> VintfObject::GetDeviceHalManifest() { in GetDeviceHalManifest() function in android::vintf::VintfObject