Searched refs:maxRetries (Results 1 – 1 of 1) sorted by relevance
2488 const int maxRetries = use == AUDIO_UNIQUE_ID_USE_SESSION ? 3 : 1; in nextUniqueId() local2489 for (int retry = 0; retry < maxRetries; retry++) { in nextUniqueId()