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

/system/netd/
H A DBandwidthController.cpp504 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { argument
512 switch (quotaType) {
535 ALOGE("Unexpected quotatype %d", quotaType);
558 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { argument
564 switch (quotaType) {
574 ALOGE("Unexpected quotatype %d", quotaType);
584 if (quotaType == QuotaUnique) {

Completed in 28 milliseconds