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

/system/netd/
H A DBandwidthController.cpp412 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { argument
420 switch (quotaType) {
443 ALOGE("Unexpected quotatype %d", quotaType);
466 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { argument
472 switch (quotaType) {
482 ALOGE("Unexpected quotatype %d", quotaType);
492 if (quotaType == QuotaUnique) {

Completed in 4 milliseconds