Home
last modified time | relevance | path

Searched refs:maxCacheSize (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp117 if (info->maxCacheSize < 1) { in handleCollectionEvent()
155 if (info->records[id].history.size() > info->maxCacheSize) { in collectLocked()
178 .maxCacheSize = kPeriodicCollectionCacheSize, in startCollection()
284 .maxCacheSize = std::numeric_limits<std::size_t>::max(), in startCustomCollection()
DStatsCollector.h61 size_t maxCacheSize = 0; member
/packages/services/Car/cpp/evs/manager/aidl/stats/src/
DStatsCollector.cpp116 if (info->maxCacheSize < 1) { in handleCollectionEvent()
154 if (info->records[id].history.size() > info->maxCacheSize) { in collectLocked()
178 .maxCacheSize = kPeriodicCollectionCacheSize, in startCollection()
288 .maxCacheSize = std::numeric_limits<std::size_t>::max(), in startCustomCollection()
/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp631 StringAppendF(&buffer, kCollectionTitle, duration, maxCacheSize, records.size()); in toString()
660 .maxCacheSize = std::numeric_limits<std::size_t>::max(), in init()
664 .maxCacheSize = periodicCollectionBufferSize, in init()
668 .maxCacheSize = std::numeric_limits<std::size_t>::max(), in init()
672 .maxCacheSize = std::numeric_limits<std::size_t>::max(), in init()
996 .maxCacheSize = std::numeric_limits<std::size_t>::max(), in onCustomCollectionDump()
1071 .maxCacheSize = std::numeric_limits<std::size_t>::max(), in onUserSwitchCollection()
1124 if (collectionInfo->maxCacheSize == 0) { in processLocked()
1147 if (collectionInfo->records.size() >= collectionInfo->maxCacheSize) { in processLocked()
DPerformanceProfiler.h212 size_t maxCacheSize = 0; // Maximum cache size for the collection. member
/packages/services/Car/cpp/evs/manager/aidl/stats/include/
DStatsCollector.h58 size_t maxCacheSize = 0; member
/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp362 return ExplainMatchResult(AllOf(Field("maxCacheSize", &CollectionInfo::maxCacheSize,
363 Eq(expected.maxCacheSize)),
374 Field("maxCacheSize", &UserSwitchCollectionInfo::maxCacheSize,
375 Eq(expected.maxCacheSize)),
1131 mCollector->mPeriodicCollection.maxCacheSize = bufferSize; in setPeriodicCollectionBufferSize()
1299 CollectionInfo{.maxCacheSize = maxCollectionCacheSize, in setupFirstCollection()
DWatchdogPerfServiceTest.cpp1738 int32_t maxCacheSize = 10; in TEST_F() local
1746 for (int64_t i = 0; i < maxCacheSize; ++i) { in TEST_F()
1779 .startTimeEpochMillis = maxCacheSize, in TEST_F()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiStaIfaceAidlImpl.java265 frameworkCaps.max_scan_cache_size = halCaps.maxCacheSize; in getBackgroundScanCapabilities()
DWifiStaIfaceHidlImpl.java456 out.max_scan_cache_size = caps.maxCacheSize; in getBackgroundScanCapabilitiesInternal()