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

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

Completed in 80 milliseconds