Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DRuntimeInfo.h81 CPU_VERSION = 1 << 0, enumerator
/system/libvintf/test/
Dvintf_object_tests.cpp700 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
703 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
706 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
710 vintfObject->getRuntimeInfo(false /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()
711 vintfObject->getRuntimeInfo(false /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()
712 vintfObject->getRuntimeInfo(true /* skipCache */, RuntimeInfo::FetchFlag::CPU_VERSION); in TEST_F()
/system/libvintf/
DRuntimeInfo-target.cpp169 {F::CPU_VERSION, &RF::fetchVersion, "/proc/version"}, in fetchAllInformation()