Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp300 mSharedQuotaBytes = mSharedAlertBytes = 0; in enableBandwidthControl()
490 if (mSharedAlertBytes) { in removeInterfaceSharedQuota()
493 mSharedAlertBytes = 0; in removeInterfaceSharedQuota()
694 return setCostlyAlert("shared", bytes, &mSharedAlertBytes); in setSharedAlert()
698 return removeCostlyAlert("shared", &mSharedAlertBytes); in removeSharedAlert()
DBandwidthController.h138 int64_t mSharedAlertBytes = 0; variable