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

/hardware/ril/reference-ril/
H A Dreference-ril.c648 RIL_Call *p_calls; local
678 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
679 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
683 pp_calls[i] = &(p_calls[i]);
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[countValidCall
[all...]

Completed in 27 milliseconds