Searched refs:countValidCalls (Results 1 – 1 of 1) sorted by relevance
833 int countValidCalls; local872 for (countValidCalls = 0, p_cur = p_response->p_intermediates876 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);883 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING884 || p_calls[countValidCalls].state == RIL_CALL_WAITING886 s_incomingOrWaitingLine = p_calls[countValidCalls].index;890 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE891 && p_calls[countValidCalls].state != RIL_CALL_HOLDING896 countValidCalls++;911 for (i = 0; i < countValidCalls ; i++) {[all …]