Searched defs:BandwidthController (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DBandwidthController.h23 class BandwidthController { class
48 BandwidthController();
H A DBandwidthController.cpp21 * multiple calls in parallel to reach the BandwidthController.
40 #define LOG_TAG "BandwidthController"
48 #include "BandwidthController.h"
52 const int BandwidthController::ALERT_RULE_POS_IN_COSTLY_CHAIN = 4;
53 const char BandwidthController::ALERT_GLOBAL_NAME[] = "globalAlert";
54 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT";
55 const char* BandwidthController::LOCAL_FORWARD = "bw_FORWARD";
56 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT";
57 const char* BandwidthController::LOCAL_RAW_PREROUTING = "bw_raw_PREROUTING";
58 const char* BandwidthController
143 BandwidthController::BandwidthController(void) { function in class:BandwidthController
[all...]

Completed in 516 milliseconds