Home | History | Annotate | Download | only in adaptation

Lines Matching refs:numTries

1609     unsigned int numTries = 0;
1620 while (!resetSuccess && numTries < NUM_RESET_ATTEMPTS) {
1621 if (numTries++ > 0) {
1622 ALOGW("BCM2079x: retrying reset, attempt %d/%d", numTries, NUM_RESET_ATTEMPTS);