Home
last modified time | relevance | path

Searched refs:CPU_VERSION (Results 1 – 10 of 10) 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/libvintf/test/
DRuntimeInfo-fake.cpp39 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in doFetch()
Dvintf_object_tests.cpp589 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
593 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
597 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
599 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
DLibVintfTest.cpp4242 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::CPU_VERSION, in TEST_F()
/system/libvintf/include/vintf/
DRuntimeInfo.h88 CPU_VERSION = 1 << 0, enumerator
/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/
DRuntimeInfo.cpp152 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in parseGkiKernelRelease()
DRuntimeInfo-target.cpp183 {F::CPU_VERSION | F::KERNEL_FCM, &RF::fetchVersion, "/proc/version"}, in fetchAllInformation()
Dcheck_vintf.cpp110 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in fetchAllInformation()
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp976 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()