Searched refs:p_calls (Results 1 – 1 of 1) sorted by relevance
834 RIL_Call *p_calls; local864 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));865 memset (p_calls, 0, countCalls * sizeof(RIL_Call));869 pp_calls[i] = &(p_calls[i]);876 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);883 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING884 || p_calls[countValidCalls].state == RIL_CALL_WAITING886 s_incomingOrWaitingLine = p_calls[countValidCalls].index;890 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE891 && p_calls[countValidCalls].state != RIL_CALL_HOLDING[all …]