Home
last modified time | relevance | path

Searched refs:overflowCounter (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/logd/
Dlogevent_util.h31 int32_t overflowCounter; member
Dlogevent_util.cpp54 result.overflowCounter = logEventValues[3].mValue.int_value; in toSocketLossInfo()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp466 if (lossInfo.overflowCounter > 0) { in noteAtomSocketLoss()
469 overflowPerUid->second += lossInfo.overflowCounter; in noteAtomSocketLoss()
471 mSocketLossStatsOverflowCounters[lossInfo.uid] = lossInfo.overflowCounter; in noteAtomSocketLoss()
/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp1095 info.overflowCounter = 1; in TEST()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp2411 AStatsEvent_writeInt32(statsEvent, lossInfo.overflowCounter); in createSocketLossInfoLogEvent()