Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h311 static std::shared_ptr<const RuntimeInfo> GetRuntimeInfo(
/system/libvintf/
Dmain.cpp249 auto ki = VintfObject::GetRuntimeInfo(); in main()
DVintfObject.cpp533 std::shared_ptr<const RuntimeInfo> VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlags flags) { in GetRuntimeInfo() function in android::vintf::VintfObject
/system/libvintf/test/
Dvintf_object_tests.cpp583 TEST_F(VintfObjectRuntimeInfoTest, GetRuntimeInfo) { in TEST_F() argument