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

/system/netd/
H A DBandwidthController.cpp267 sharedQuotaBytes = sharedAlertBytes = 0;
633 sharedQuotaBytes = maxBytes;
639 if (maxBytes != sharedQuotaBytes) {
645 sharedQuotaBytes = maxBytes;
688 quotaCmd = makeIptablesQuotaCmd(IptOpDelete, costName, sharedQuotaBytes);
690 sharedQuotaBytes = 0;
982 if (!sharedQuotaBytes) {
H A DBandwidthController.h186 int64_t sharedQuotaBytes; member in class:BandwidthController

Completed in 2325 milliseconds