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

/system/netd/server/
H A DBandwidthController.h25 class BandwidthController { class
52 BandwidthController();
H A DBandwidthController.cpp21 * multiple calls in parallel to reach the BandwidthController.
44 #define LOG_TAG "BandwidthController"
50 #include "BandwidthController.h"
56 const char BandwidthController::ALERT_GLOBAL_NAME[] = "globalAlert";
57 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT";
58 const char* BandwidthController::LOCAL_FORWARD = "bw_FORWARD";
59 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT";
60 const char* BandwidthController::LOCAL_RAW_PREROUTING = "bw_raw_PREROUTING";
61 const char* BandwidthController::LOCAL_MANGLE_POSTROUTING = "bw_mangle_POSTROUTING";
62 const int BandwidthController
154 BandwidthController::BandwidthController(void) { function in class:BandwidthController
[all...]

Completed in 70 milliseconds