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