Home
last modified time | relevance | path

Searched defs:FetchFlags (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libvintf/
H A DRuntimeInfo-target.cpp65 status_t RuntimeInfoFetcher::fetchKernelConfigs(RuntimeInfo::FetchFlags) { in fetchKernelConfigs()
90 status_t RuntimeInfoFetcher::fetchCpuInfo(RuntimeInfo::FetchFlags) { in fetchCpuInfo()
103 status_t RuntimeInfoFetcher::fetchKernelSepolicyVers(RuntimeInfo::FetchFlags) { in fetchKernelSepolicyVers()
160 status_t RuntimeInfoFetcher::fetchAvb(RuntimeInfo::FetchFlags) { in fetchAvb()
H A DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation()
/aosp12/system/libvintf/include/vintf/
H A DRuntimeInfo.h86 using FetchFlags = uint32_t; member