Searched refs:pp_calls (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Dreference-ril.c485 RIL_Call **pp_calls; local
513 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
519 pp_calls[i] = &(p_calls[i]);
580 RIL_onRequestComplete(t, RIL_E_SUCCESS, pp_calls,

Completed in 19 milliseconds