Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h146 constexpr const int MINIMUM_API_REQUIRED = 28; variable
/system/bpf/libbpf_android/
DBpfUtils.cpp275 if (api_level < MINIMUM_API_REQUIRED) return BpfLevel::NONE; in getBpfSupportLevel()
/system/netd/server/
DClatdController.cpp92 if (api_level > bpf::MINIMUM_API_REQUIRED) { in init()