Home
last modified time | relevance | path

Searched refs:mSharedAlertBytes (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DBandwidthController.cpp291 mSharedQuotaBytes = mSharedAlertBytes = 0; in enableBandwidthControl()
445 if (mSharedAlertBytes) { in removeInterfaceSharedQuota()
448 mSharedAlertBytes = 0; in removeInterfaceSharedQuota()
648 return setCostlyAlert("shared", bytes, &mSharedAlertBytes); in setSharedAlert()
652 return removeCostlyAlert("shared", &mSharedAlertBytes); in removeSharedAlert()
DBandwidthController.h130 int64_t mSharedAlertBytes = 0; variable