Searched refs:mPushedAtomStats (Results 1 – 2 of 2) sorted by relevance
122 mPushedAtomStats.resize(android::util::kMaxPushedAtomId + 1); in StatsdStats()452 mPushedAtomStats[atomId]++; in noteAtomLogged()570 std::fill(mPushedAtomStats.begin(), mPushedAtomStats.end(), 0); in resetInternalLocked()721 const size_t atomCounts = mPushedAtomStats.size(); in dumpStats()723 if (mPushedAtomStats[i] > 0) { in dumpStats()724 dprintf(out, "Atom %lu->%d\n", (unsigned long)i, mPushedAtomStats[i]); in dumpStats()915 const size_t atomCounts = mPushedAtomStats.size(); in dumpStats()917 if (mPushedAtomStats[i] > 0) { in dumpStats()921 proto.write(FIELD_TYPE_INT32 | FIELD_ID_ATOM_STATS_COUNT, mPushedAtomStats[i]); in dumpStats()
529 std::vector<int> mPushedAtomStats; variable