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

/system/netd/
H A DBandwidthController.cpp250 sharedQuotaBytes = sharedAlertBytes = 0;
541 sharedQuotaBytes = maxBytes;
547 if (maxBytes != sharedQuotaBytes) {
553 sharedQuotaBytes = maxBytes;
596 quotaCmd = makeIptablesQuotaCmd(IptOpDelete, costName, sharedQuotaBytes);
598 sharedQuotaBytes = 0;
883 if (!sharedQuotaBytes) {
H A DBandwidthController.h149 int64_t sharedQuotaBytes; member in class:BandwidthController

Completed in 36 milliseconds