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

/hardware/ril/reference-ril/
H A Dreference-ril.c632 int countValidCalls; local
671 for (countValidCalls = 0, p_cur = p_response->p_intermediates
675 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);
682 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
683 || p_calls[countValidCalls].state == RIL_CALL_WAITING
685 s_incomingOrWaitingLine = p_calls[countValidCalls].index;
689 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
690 && p_calls[countValidCalls].state != RIL_CALL_HOLDING
695 countValidCalls++;
710 for (i = 0; i < countValidCalls ;
[all...]

Completed in 22 milliseconds