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"
46 #include "BandwidthController.h"
50 const char BandwidthController::ALERT_GLOBAL_NAME[] = "globalAlert";
51 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT";
52 const char* BandwidthController::LOCAL_FORWARD = "bw_FORWARD";
53 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT";
54 const char* BandwidthController::LOCAL_RAW_PREROUTING = "bw_raw_PREROUTING";
55 const char* BandwidthController::LOCAL_MANGLE_POSTROUTING = "bw_mangle_POSTROUTING";
56 const int BandwidthController
136 BandwidthController::BandwidthController(void) { function in class:BandwidthController
[all...]

Completed in 1296 milliseconds