Home
last modified time | relevance | path

Searched refs:CPU_VERSION (Results 1 – 11 of 11) 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.cpp670 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
674 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
678 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
680 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
DLibVintfTest.cpp5481 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-target.cpp155 {F::CPU_VERSION | F::KERNEL_FCM, &RF::fetchVersion, "/proc/version"}, in fetchAllInformation()
DRuntimeInfo.cpp153 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in parseGkiKernelRelease()
Dmain.cpp407 RuntimeInfo::FetchFlag::CPU_VERSION | in dumpRi()
Dcheck_vintf.cpp111 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in fetchAllInformation()
/system/memory/libmeminfo/
Dlibmeminfo_test.cpp1221 ->getRuntimeInfo(RuntimeInfo::FetchFlag::CPU_VERSION) in TEST()