Home
last modified time | relevance | path

Searched refs:totalCount (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/cmds/incidentd/src/
Dreport_directory.cpp57 size_t totalCount = 0; in clean_directory() local
75 totalCount++; in clean_directory()
81 if (totalSize < maxSize && totalCount < maxCount) { in clean_directory()
90 it != files.end() && totalSize >= maxSize && totalCount >= maxCount; it++) { in clean_directory()
93 totalCount--; in clean_directory()
DWorkDirectory.cpp781 int totalCount = files.size(); in clean_directory_locked() local
784 if (totalSize < mMaxDiskUsageBytes && totalCount < mMaxFileCount) { in clean_directory_locked()
792 || totalCount >= mMaxFileCount); in clean_directory_locked()
797 totalCount--; in clean_directory_locked()
/frameworks/av/media/libnblog/include/media/nblog/
DPerformanceAnalysis.h95 uint64_t totalCount() const;
184 return workHist.totalCount() == 0 && latencyHist.totalCount() == 0 in empty()
185 && warmupHist.totalCount() == 0 && underruns == 0 && overruns == 0 in empty()
/frameworks/av/media/libstagefright/rtsp/
DAAVCAssembler.cpp216 size_t totalCount = 1; in addFragmentedNALUnit() local
228 ALOGV("sequence length %zu", totalCount); in addFragmentedNALUnit()
251 for (size_t i = 0; i <= totalCount; ++i) { in addFragmentedNALUnit()
261 ++totalCount; in addFragmentedNALUnit()
294 for (size_t i = 0; i < totalCount; ++i) { in addFragmentedNALUnit()
297 ALOGV("piece #%zu/%zu", i + 1, totalCount); in addFragmentedNALUnit()
/frameworks/base/tools/aapt/
DAaptAssets.cpp972 int totalCount = 0; in slurpFromArgs() local
988 totalCount++; in slurpFromArgs()
1013 totalCount = count; in slurpFromArgs()
1019 totalCount += count; in slurpFromArgs()
1051 totalCount = count; in slurpFromArgs()
1054 totalCount += count; in slurpFromArgs()
1092 totalCount = count; in slurpFromArgs()
1095 totalCount += count; in slurpFromArgs()
1104 totalCount = count; in slurpFromArgs()
1110 totalCount = count; in slurpFromArgs()
[all …]
/frameworks/av/media/libnblog/
DReportPerformance.cpp174 if (workHist.totalCount() > 0) { in sendToMediaMetrics()
179 if (latencyHist.totalCount() > 0) { in sendToMediaMetrics()
184 if (warmupHist.totalCount() > 0) { in sendToMediaMetrics()
DPerformanceAnalysis.cpp73 uint64_t Histogram::totalCount() const in totalCount() function in android::ReportPerformance::Histogram
98 if (totalCount() == 0 || mBinSize <= 0 || mBins.size() < 2) { in asciiArtString()
/frameworks/base/core/java/android/util/
DStatsEvent.java511 final int totalCount = intMapSize + longMapSize + stringMapSize + floatMapSize; in writeKeyValuePairs() local
513 if (totalCount > MAX_KEY_VALUE_PAIRS) { in writeKeyValuePairs()
517 mPos += mBuffer.putByte(mPos, (byte) totalCount); in writeKeyValuePairs()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DRunLocalBenchmarksActivity.java108 int totalCount = 0; field in RunLocalBenchmarksActivity.LocalBenchmark
114 this.totalCount = runCount; in LocalBenchmark()
279 if (benchmark.runCount < benchmark.totalCount) { in runNextBenchmark()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DAddPrinterActivity.java316 int totalCount = 0; in getCount() local
320 totalCount += mAdapters.get(i).getCount(); in getCount()
323 return totalCount; in getCount()
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java760 private int totalCount() { in totalCount() method in BtHelper.ScoClient
773 int clientCount = totalCount(); in requestScoState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2302 int receivedCount, int totalCount) { in writeDroppedIncomingMultipartSms() argument
2304 + " out of " + totalCount); in writeDroppedIncomingMultipartSms()
2308 details.totalParts = totalCount; in writeDroppedIncomingMultipartSms()