Searched refs:mPushedAtomStats (Results 1 – 2 of 2) sorted by relevance
124 mPushedAtomStats.resize(kMaxPushedAtomId + 1); in StatsdStats()463 mPushedAtomStats[atomId]++; in noteAtomLogged()603 std::fill(mPushedAtomStats.begin(), mPushedAtomStats.end(), 0); in resetInternalLocked()771 const size_t atomCounts = mPushedAtomStats.size(); in dumpStats()773 if (mPushedAtomStats[i] > 0) { in dumpStats()774 dprintf(out, "Atom %zu->(total count)%d, (error count)%d\n", i, mPushedAtomStats[i], in dumpStats()985 const size_t atomCounts = mPushedAtomStats.size(); in dumpStats()987 if (mPushedAtomStats[i] > 0) { in dumpStats()991 proto.write(FIELD_TYPE_INT32 | FIELD_ID_ATOM_STATS_COUNT, mPushedAtomStats[i]); in dumpStats()
569 std::vector<int> mPushedAtomStats; variable