Home
last modified time | relevance | path

Searched refs:countValidCalls (Results 1 – 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
Dreference-ril.c694 int countValidCalls; local
733 for (countValidCalls = 0, p_cur = p_response->p_intermediates
737 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);
744 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
745 || p_calls[countValidCalls].state == RIL_CALL_WAITING
747 s_incomingOrWaitingLine = p_calls[countValidCalls].index;
751 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
752 && p_calls[countValidCalls].state != RIL_CALL_HOLDING
757 countValidCalls++;
772 for (i = 0; i < countValidCalls ; i++) {
[all …]