Home
last modified time | relevance | path

Searched refs:waitCount (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DThermalThrottlingHelper.java56 int waitCount = 0; in startThrottling() local
58 if (waitCount < THROTTLING_STATE_POLL_COUNT) { in startThrottling()
60 waitCount++; in startThrottling()
83 int waitCount = 0; in stopThrottling() local
85 if (waitCount < THROTTLING_STATE_POLL_COUNT) { in stopThrottling()
87 waitCount++; in stopThrottling()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DMemhogHelper.java72 int waitCount = 0; in startMemhog() local
74 if (waitCount < MEMHOG_START_RETRY_COUNT) { in startMemhog()
76 waitCount++; in startMemhog()
100 int waitCount = 0; in stopMemhog() local
102 if (waitCount < MEMHOG_STOP_RETRY_COUNT) { in stopMemhog()
104 waitCount++; in stopMemhog()
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java101 int waitCount = 0; in startCollecting() local
103 if (waitCount < SIMPLEPERF_START_WAIT_COUNT) { in startCollecting()
105 waitCount++; in startCollecting()
157 int waitCount = 0; in stopSimpleperf() local
159 if (waitCount < SIMPLEPERF_STOP_WAIT_COUNT) { in stopSimpleperf()
161 waitCount++; in stopSimpleperf()
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/
DPerfettoHelper.java369 int waitCount = 0; in stopPerfetto() local
372 if (waitCount < PERFETTO_KILL_WAIT_COUNT) { in stopPerfetto()
375 waitCount++; in stopPerfetto()