Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DBpfUtils.cpp144 uint64_t api_level = base::GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in getUncachedBpfSupportLevel() local
145 if (api_level == 0) { in getUncachedBpfSupportLevel()
147 api_level = base::GetUintProperty<uint64_t>("ro.build.version.sdk", 0); in getUncachedBpfSupportLevel()
151 if (api_level < MINIMUM_API_REQUIRED) return BpfLevel::NONE; in getUncachedBpfSupportLevel()
/system/core/adb/client/
Dfastdeploy.cpp84 static const int api_level = [] { in get_device_api_level() local
88 int api_level = -1; in get_device_api_level() local
94 api_level = strtol((char*)sdk_version_output_buffer.data(), nullptr, 10); in get_device_api_level()
97 return api_level; in get_device_api_level()
99 return api_level; in get_device_api_level()
/system/netd/server/
DClatdController.cpp86 uint64_t api_level = base::GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in init() local
87 if (api_level == 0) { in init()
89 api_level = base::GetUintProperty<uint64_t>("ro.build.version.sdk", 0); in init()
93 if (api_level > bpf::MINIMUM_API_REQUIRED) { in init()