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.cpp291 bandwidthCtrl.setBpfEnabled(trafficCtrl.getBpfEnabled()); in init()
DBandwidthControllerTest.cpp210 mBw.setBpfEnabled(useBpf); in checkBandwithControl()
DBandwidthController.cpp294 void BandwidthController::setBpfEnabled(bool isEnabled) { in setBpfEnabled() function in BandwidthController