Searched refs:mTotalCount (Results 1 – 5 of 5) sorted by relevance
30 mTotalCount(0) { in CameraLatencyHistogram()45 mTotalCount++; in add()50 mTotalCount = 0; in reset()54 if (mTotalCount == 0) { in dump()59 lines.appendFormat("%s (%" PRId64 ") samples\n", name, mTotalCount); in dump()73 if (mTotalCount == 0) { in log()80 ALOGI("%s (%" PRId64 ") samples:", histogramName.string(), mTotalCount); in log()101 lineBinCounts.appendFormat(" %02.2f", 100.0*mBins[i]/mTotalCount); in formatHistogramText()
41 uint64_t mTotalCount; variable
179 updateTrackedJobs.mTotalCount, in updateJobRestrictionsLocked()212 int mTotalCount = 0; field in BackgroundJobsController.UpdateJobFunctor221 mTotalCount++; in accept()
64 mTotalCount++; in add()70 mTotalCount = 0; in clear()75 return mTotalCount; in totalCount()
133 uint64_t mTotalCount = 0; // Total number of values recorded variable