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

/hardware/ril/reference-ril/
H A Dreference-ril.c230 static int s_repollCallsCount = 0; variable
729 && s_repollCallsCount < REPOLL_CALLS_COUNT_MAX
733 " Repoll count: %d\n", s_repollCallsCount);
734 s_repollCallsCount++;
741 s_repollCallsCount = 0;

Completed in 53 milliseconds