Searched refs:countValidCalls (Results 1 – 1 of 1) sorted by relevance
674 int countValidCalls; local713 for (countValidCalls = 0, p_cur = p_response->p_intermediates717 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);724 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING725 || p_calls[countValidCalls].state == RIL_CALL_WAITING727 s_incomingOrWaitingLine = p_calls[countValidCalls].index;731 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE732 && p_calls[countValidCalls].state != RIL_CALL_HOLDING737 countValidCalls++;752 for (i = 0; i < countValidCalls ; i++) {[all …]