Home
last modified time | relevance | path

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

/system/libvintf/
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()
DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation()
/system/libvintf/include/vintf/
DRuntimeInfo.h86 using FetchFlags = uint32_t; member