Home | History | Annotate | Download | only in reference-ril

Lines Matching defs:retry

980     int retry = 10;
1021 } while (strncmp(status, "STATE=up", 8) && strcmp(status, "online") && --retry);
1025 if (retry == 0) {