Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Dreference-ril.c785 RIL_Call *p_calls; local
815 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
816 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
820 pp_calls[i] = &(p_calls[i]);
827 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);
834 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
835 || p_calls[countValidCalls].state == RIL_CALL_WAITING
837 s_incomingOrWaitingLine = p_calls[countValidCalls].index;
841 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
842 && p_calls[countValidCalls].state != RIL_CALL_HOLDING
[all …]