Lines Matching refs:p_calls
675 RIL_Call *p_calls; local
705 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
706 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
710 pp_calls[i] = &(p_calls[i]);
717 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);
724 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
725 || p_calls[countValidCalls].state == RIL_CALL_WAITING
727 s_incomingOrWaitingLine = p_calls[countValidCalls].index;
731 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
732 && p_calls[countValidCalls].state != RIL_CALL_HOLDING
754 if (p_calls[i].index == prevIncomingOrWaitingLine
755 && p_calls[i].state == RIL_CALL_ACTIVE