Searched refs:countValidCalls (Results 1 – 2 of 2) sorted by relevance
959 int countValidCalls; local998 for (countValidCalls = 0, p_cur = p_response->p_intermediates1002 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);1009 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING1010 || p_calls[countValidCalls].state == RIL_CALL_WAITING1012 s_incomingOrWaitingLine = p_calls[countValidCalls].index;1016 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE1017 && p_calls[countValidCalls].state != RIL_CALL_HOLDING1022 countValidCalls++;1037 for (i = 0; i < countValidCalls ; i++) {[all …]
1006 int countValidCalls; local1045 for (countValidCalls = 0, p_cur = p_response->p_intermediates1049 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);1056 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING1057 || p_calls[countValidCalls].state == RIL_CALL_WAITING1059 s_incomingOrWaitingLine = p_calls[countValidCalls].index;1063 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE1064 && p_calls[countValidCalls].state != RIL_CALL_HOLDING1069 countValidCalls++;1084 for (i = 0; i < countValidCalls ; i++) {[all …]