Searched refs:waitCount (Results 1 – 4 of 4) sorted by relevance
56 int waitCount = 0; in startThrottling() local58 if (waitCount < THROTTLING_STATE_POLL_COUNT) { in startThrottling()60 waitCount++; in startThrottling()83 int waitCount = 0; in stopThrottling() local85 if (waitCount < THROTTLING_STATE_POLL_COUNT) { in stopThrottling()87 waitCount++; in stopThrottling()
72 int waitCount = 0; in startMemhog() local74 if (waitCount < MEMHOG_START_RETRY_COUNT) { in startMemhog()76 waitCount++; in startMemhog()100 int waitCount = 0; in stopMemhog() local102 if (waitCount < MEMHOG_STOP_RETRY_COUNT) { in stopMemhog()104 waitCount++; in stopMemhog()
101 int waitCount = 0; in startCollecting() local103 if (waitCount < SIMPLEPERF_START_WAIT_COUNT) { in startCollecting()105 waitCount++; in startCollecting()157 int waitCount = 0; in stopSimpleperf() local159 if (waitCount < SIMPLEPERF_STOP_WAIT_COUNT) { in stopSimpleperf()161 waitCount++; in stopSimpleperf()
369 int waitCount = 0; in stopPerfetto() local372 if (waitCount < PERFETTO_KILL_WAIT_COUNT) { in stopPerfetto()375 waitCount++; in stopPerfetto()