HomeSort by relevance Sort by last modified time
    Searched full:p_calls (Results 1 - 1 of 1) sorted by null

  /hardware/ril/reference-ril/
reference-ril.c 640 RIL_Call *p_calls; local
670 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
671 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
675 pp_calls[i] = &(p_calls[i]);
682 err = callFromCLCCLine(p_cur->line, p_calls + countValidCalls);
689 if (p_calls[countValidCalls].state == RIL_CALL_INCOMING
690 || p_calls[countValidCalls].state == RIL_CALL_WAITING
692 s_incomingOrWaitingLine = p_calls[countValidCalls].index;
696 if (p_calls[countValidCalls].state != RIL_CALL_ACTIVE
697 && p_calls[countValidCalls].state != RIL_CALL_HOLDIN
    [all...]

Completed in 2476 milliseconds