Home
last modified time | relevance | path

Searched defs:statsInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/security/fuzzing/system_fuzzers/libwatchdog_perf_service/
H A Dlibwatchdog_perf_service_fuzzer.cpp32 struct statsInfo { struct
33 std::string instr[13];
34 int len[13];
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp1300 StatsInfo statsInfo(uidStats, userPackageSummaryStats, procStatInfo, systemSummaryStats, in getSampleStatsInfo() local
1315 auto statsInfo = getSampleStatsInfo(/*multiplier=*/1, isSmapsRollupSupported); in setupFirstCollection() local
1338 auto statsInfo = getSampleStatsInfo(multiplier, kTestIsSmapsRollupSupported); in setupNextCollection() local
1371 auto statsInfo = getSampleStatsInfo(); in setupMultipleCollections() local
1536 const auto statsInfo = getSampleStatsInfo(); in TEST_F() local
1999 auto statsInfo = getSampleStatsInfo(); in TEST_F() local
/aosp_15_r20/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java3473 VibrationStats.StatsInfo statsInfo = argumentCaptor.getValue(); in frameworkStats_externalVibration_reportsAllMetrics() local