Searched refs:api_level (Results 1 – 3 of 3) sorted by relevance
144 uint64_t api_level = base::GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in getUncachedBpfSupportLevel() local145 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()
84 static const int api_level = [] { in get_device_api_level() local88 int api_level = -1; in get_device_api_level() local94 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()
86 uint64_t api_level = base::GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in init() local87 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()