Lines Matching refs:p_calls
918 RIL_Call *p_calls; local
948 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
949 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
953 pp_calls[i] = &(p_calls[i]);
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
997 if (p_calls[i].index == prevIncomingOrWaitingLine
998 && p_calls[i].state == RIL_CALL_ACTIVE