Searched refs:countValidCalls (Results 1 – 1 of 1) sorted by relevance
1139 int countValidCalls; local1178 for (countValidCalls = 0, p_cur = p_response->p_intermediates1182 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);1189 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING1190 || p_calls[countValidCalls].state == RIL_CALL_WAITING1192 s_incomingOrWaitingLine = p_calls[countValidCalls].index;1196 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE1197 && p_calls[countValidCalls].state != RIL_CALL_HOLDING1202 countValidCalls++;1217 for (i = 0; i < countValidCalls ; i++) {[all …]