Searched refs:quotaType (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DBandwidthController.h112 int prepCostlyIface(const char *ifn, QuotaType quotaType);
113 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
H A DBandwidthController.cpp407 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { argument
415 switch (quotaType) {
438 ALOGE("Unexpected quotatype %d", quotaType);
461 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { argument
467 switch (quotaType) {
477 ALOGE("Unexpected quotatype %d", quotaType);
487 if (quotaType == QuotaUnique) {

Completed in 41 milliseconds