Home | History | Annotate | Download | only in reference-ril

Lines Matching full:p_calls

670     RIL_Call *p_calls;
700 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
701 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
705 pp_calls[i] = &(p_calls[i]);
712 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);
719 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
720 || p_calls[countValidCalls].state == RIL_CALL_WAITING
722 s_incomingOrWaitingLine = p_calls[countValidCalls].index;
726 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
727 && p_calls[countValidCalls].state != RIL_CALL_HOLDING
749 if (p_calls[i].index == prevIncomingOrWaitingLine
750 && p_calls[i].state == RIL_CALL_ACTIVE