Home
last modified time | relevance | path

Searched refs:s_repollCallsCount (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/radio/ril/
Dreference-ril.c274 static int s_repollCallsCount = 0; variable
1041 && s_repollCallsCount < REPOLL_CALLS_COUNT_MAX
1045 " Repoll count: %d\n", s_repollCallsCount);
1046 s_repollCallsCount++;
1053 s_repollCallsCount = 0;
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c352 static int s_repollCallsCount = 0; variable
1088 && s_repollCallsCount < REPOLL_CALLS_COUNT_MAX
1092 " Repoll count: %d\n", s_repollCallsCount);
1093 s_repollCallsCount++;
1100 s_repollCallsCount = 0;