Searched refs:tryCounter (Results 1 – 2 of 2) sorted by relevance
576 int32_t tryCounter = kMaxTries; in obtainBuffer() local615 } while ((status == DEAD_OBJECT) && (tryCounter-- > 0)); in obtainBuffer()702 int32_t tryCounter = kMaxTries; in processAudioBuffer() local711 } while (tryCounter-- > 0); in processAudioBuffer()712 if (tryCounter < 0) { in processAudioBuffer()
1157 int32_t tryCounter = kMaxTries; in obtainBuffer() local1207 } while ((status == DEAD_OBJECT) && (tryCounter-- > 0)); in obtainBuffer()1378 int32_t tryCounter = kMaxTries; in processAudioBuffer() local1387 } while (tryCounter-- > 0); in processAudioBuffer()1388 if (tryCounter < 0) { in processAudioBuffer()