Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DRuntimeInfo.h93 KERNEL_FCM = 1 << 5, enumerator
/system/libvintf/
DVintfObject.cpp513 if ((flags & RuntimeInfo::FetchFlag::KERNEL_FCM) != 0) { in getRuntimeInfo()
516 mDeviceRuntimeInfo.fetchedFlags &= ~RuntimeInfo::FetchFlag::KERNEL_FCM; in getRuntimeInfo()
524 flags &= ~RuntimeInfo::FetchFlag::KERNEL_FCM; in getRuntimeInfo()
/system/libvintf/test/
Dvintf_object_tests.cpp548 auto allExceptKernelFcm = RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::KERNEL_FCM; in TEST_F()