Searched refs:maxRetries (Results 1 – 2 of 2) sorted by relevance
105 void setMaxRetries(int maxRetries) { in setMaxRetries() argument106 mMaxRetries = maxRetries; in setMaxRetries()351 int maxRetries = 1; in main() local382 maxRetries = atoi(&arg[2]); in main()401 victim.setMaxRetries(maxRetries); in main()402 thief.setMaxRetries(maxRetries); in main()
3796 const int maxRetries = use == AUDIO_UNIQUE_ID_USE_SESSION ? 3 : 1; in nextUniqueId() local3797 for (int retry = 0; retry < maxRetries; retry++) { in nextUniqueId()