Home
last modified time | relevance | path

Searched refs:getRuntimeInfo (Results 1 – 7 of 7) sorted by relevance

/system/memory/libmeminfo/vts/
Dvts_meminfo_test.cpp61 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()
82 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()
103 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp83 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST_F()
295 ->getRuntimeInfo(android::vintf::RuntimeInfo::FetchFlag::CPU_VERSION) in TEST_F()
/system/libvintf/
DVintfObject.cpp534 return GetInstance()->getRuntimeInfo(flags); in GetRuntimeInfo()
536 std::shared_ptr<const RuntimeInfo> VintfObject::getRuntimeInfo(RuntimeInfo::FetchFlags flags) { in getRuntimeInfo() function in android::vintf::VintfObject
606 if (getRuntimeInfo() == nullptr) { in checkCompatibility()
630 if (!getRuntimeInfo()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error, in checkCompatibility()
928 auto runtimeInfo = getRuntimeInfo(RuntimeInfo::FetchFlag::KERNEL_FCM); in getKernelLevel()
Dcheck_vintf.cpp286 std::shared_ptr<StaticRuntimeInfo> getRuntimeInfo(const T& args) { in getRuntimeInfo() function
602 runtimeInfo = getRuntimeInfo(kernelArgs); in main()
/system/libvintf/test/
Dvintf_object_tests.cpp596 EXPECT_NE(nullptr, vintfObject->getRuntimeInfo( in TEST_F()
598 EXPECT_NE(nullptr, vintfObject->getRuntimeInfo( in TEST_F()
600 EXPECT_NE(nullptr, vintfObject->getRuntimeInfo( in TEST_F()
602 EXPECT_NE(nullptr, vintfObject->getRuntimeInfo( in TEST_F()
608 EXPECT_EQ(nullptr, vintfObject->getRuntimeInfo(RuntimeInfo::FetchFlag::ALL)); in TEST_F()
1458 auto runtime = vintfObject->getRuntimeInfo(); in TEST_P()
/system/libvintf/include/vintf/
DVintfObject.h132 std::shared_ptr<const RuntimeInfo> getRuntimeInfo(
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp976 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()