Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp320 mSharedQuotaBytes = mSharedAlertBytes = 0; in enableBandwidthControl()
508 if (mSharedAlertBytes) { in removeInterfaceSharedQuota()
511 mSharedAlertBytes = 0; in removeInterfaceSharedQuota()
711 return setCostlyAlert("shared", bytes, &mSharedAlertBytes); in setSharedAlert()
715 return removeCostlyAlert("shared", &mSharedAlertBytes); in removeSharedAlert()
DBandwidthController.h138 int64_t mSharedAlertBytes = 0; variable