Searched defs:RuntimeInfoFetcher (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/
H A DRuntimeInfo-target.cpp60 struct RuntimeInfoFetcher { struct in namespace:android::vintf
61 RuntimeInfoFetcher(RuntimeInfo *ki) : mRuntimeInfo(ki) { } function in struct:android::vintf::RuntimeInfoFetcher
77 status_t RuntimeInfoFetcher::fetchKernelConfigs() {
104 void RuntimeInfoFetcher::parseConfig(std::string *s) {
123 void RuntimeInfoFetcher::streamConfig(const char *buf, size_t len) {
139 status_t RuntimeInfoFetcher::fetchCpuInfo() {
152 status_t RuntimeInfoFetcher::fetchKernelSepolicyVers() {
166 status_t RuntimeInfoFetcher::fetchVersion() {
185 status_t RuntimeInfoFetcher::parseKernelVersion() {
202 status_t RuntimeInfoFetcher
[all...]

Completed in 418 milliseconds