Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h35 void setBpfEnabled(bool isEnabled);
DControllers.cpp290 bandwidthCtrl.setBpfEnabled(trafficCtrl.getBpfLevel() != android::bpf::BpfLevel::NONE); in init()
DBandwidthControllerTest.cpp208 mBw.setBpfEnabled(useBpf); in checkBandwithControl()
DBandwidthController.cpp274 void BandwidthController::setBpfEnabled(bool isEnabled) { in setBpfEnabled() function in BandwidthController