Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/
DBpfNetworkStats.cpp291 size_t nextOutput = 0; in groupNetworkStats() local
293 if (lines->at(nextOutput) == lines->at(i)) { in groupNetworkStats()
294 lines->at(nextOutput) += lines->at(i); in groupNetworkStats()
296 nextOutput++; in groupNetworkStats()
297 if (nextOutput != i) { in groupNetworkStats()
298 lines->at(nextOutput) = lines->at(i); in groupNetworkStats()
303 if (lines->size() != nextOutput + 1) { in groupNetworkStats()
304 lines->resize(nextOutput + 1); in groupNetworkStats()