Home
last modified time | relevance | path

Searched refs:CPU_VERSION (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/test/
DRuntimeInfo-fake.cpp39 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in doFetch()
Dvintf_object_tests.cpp553 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
557 fetchAllInformation(allExceptKernelFcm & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
561 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
563 RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
/system/libvintf/include/vintf/
DRuntimeInfo.h88 CPU_VERSION = 1 << 0, enumerator
/system/libvintf/
DRuntimeInfo-target.cpp175 {F::CPU_VERSION, &RF::fetchVersion, "/proc/version"}, in fetchAllInformation()
Dcheck_vintf.cpp152 if (flags & RuntimeInfo::FetchFlag::CPU_VERSION) { in fetchAllInformation()