Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DBpfUtils.cpp151 if (api_level < MINIMUM_API_REQUIRED) return BpfLevel::NONE; in getUncachedBpfSupportLevel()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h55 constexpr const int MINIMUM_API_REQUIRED = 28; variable
/system/netd/server/
DClatdController.cpp93 if (api_level > bpf::MINIMUM_API_REQUIRED) { in init()