Home
last modified time | relevance | path

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

/system/netd/libbpf/
DBpfUtils.cpp214 uint64_t api_level = GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in hasBpfSupport() local
215 if (api_level == 0) { in hasBpfSupport()
217 api_level = GetUintProperty<uint64_t>("ro.build.version.sdk", 0); in hasBpfSupport()
229 return api_level >= MINIMUM_API_REQUIRED; in hasBpfSupport()