Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
Dreference-ril.c917 int countValidCalls; local
956 for (countValidCalls = 0, p_cur = p_response->p_intermediates
960 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);
967 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
968 || p_calls[countValidCalls].state == RIL_CALL_WAITING
970 s_incomingOrWaitingLine = p_calls[countValidCalls].index;
974 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
975 && p_calls[countValidCalls].state != RIL_CALL_HOLDING
980 countValidCalls++;
995 for (i = 0; i < countValidCalls ; i++) {
[all …]