Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
Dreference-ril.c919 RIL_Call **pp_calls; local
947 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
953 pp_calls[i] = &(p_calls[i]);
1014 RIL_onRequestComplete(t, RIL_E_SUCCESS, pp_calls,
/device/google/cuttlefish_common/guest/hals/ril/
Dcuttlefish_ril.cpp541 RIL_Call** pp_calls = (RIL_Call**)alloca(countCalls * sizeof(RIL_Call*)); in request_get_current_calls() local
548 pp_calls[i] = &(p_calls[i]); in request_get_current_calls()
573 gce_ril_env->OnRequestComplete(t, RIL_E_SUCCESS, pp_calls, in request_get_current_calls()