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

/hardware/ril/reference-ril/
H A Dreference-ril.c647 int countValidCalls; local
686 for (countValidCalls = 0, p_cur = p_response->p_intermediates
690 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);
697 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
698 || p_calls[countValidCalls].state == RIL_CALL_WAITING
700 s_incomingOrWaitingLine = p_calls[countValidCalls].index;
704 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
705 && p_calls[countValidCalls].state != RIL_CALL_HOLDING
710 countValidCalls++;
725 for (i = 0; i < countValidCalls ;
[all...]

Completed in 50 milliseconds