Home | History | Annotate | Download | only in adaptation

Lines Matching defs:numTries

1685     unsigned int numTries = 0;
1696 while (!resetSuccess && numTries < NUM_RESET_ATTEMPTS) {
1697 if (numTries++ > 0) {
1698 ALOGW("BCM2079x: retrying reset, attempt %d/%d", numTries, NUM_RESET_ATTEMPTS);