Searched refs:mTotalCount (Results 1 – 6 of 6) 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
176 updateTrackedJobs.mTotalCount, in updateJobRestrictionsLocked()211 int mTotalCount = 0; field in BackgroundJobsController.UpdateJobFunctor220 mTotalCount++; in accept()
50 private int mTotalCount; field in AssociationState360 mTotalCount++; in startSource()368 mTotalCount += other.mTotalCount; in add()472 mTotalCount = mTotalActiveCount = 0; in resetSafely()493 mTotalCount = 1; in resetSafely()506 out.writeInt(mTotalCount); in writeToParcel()537 mTotalCount = in.readInt(); in readFromParcel()703 if (totalDuration > 0 || mTotalCount != 0) { in dumpStats()706 pw.print(mTotalCount); in dumpStats()953 proto.write(PackageAssociationProcessStatsProto.TOTAL_COUNT, mTotalCount); in dumpDebug()
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