Searched refs:pp_calls (Results 1 – 2 of 2) sorted by relevance
919 RIL_Call **pp_calls; local947 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,
541 RIL_Call** pp_calls = (RIL_Call**)alloca(countCalls * sizeof(RIL_Call*)); in request_get_current_calls() local548 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()