Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp452 RIL_Call** pp_calls = (RIL_Call**)alloca(countCalls * sizeof(RIL_Call*)); in request_get_current_calls() local
459 pp_calls[i] = &(p_calls[i]); in request_get_current_calls()
484 gce_ril_env->OnRequestComplete(t, RIL_E_SUCCESS, pp_calls, in request_get_current_calls()
/device/generic/goldfish/radio/ril/
Dreference-ril.c961 RIL_Call **pp_calls; local
989 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
995 pp_calls[i] = &(p_calls[i]);
1056 RIL_onRequestComplete(t, RIL_E_SUCCESS, pp_calls,
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c1008 RIL_Call **pp_calls; local
1036 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
1042 pp_calls[i] = &(p_calls[i]);
1103 RIL_onRequestComplete(t, RIL_E_SUCCESS, pp_calls,