OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pp_calls
(Results
1 - 2
of
2
) sorted by null
/device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp
541
RIL_Call**
pp_calls
= (RIL_Call**)alloca(countCalls * sizeof(RIL_Call*));
local
548
pp_calls
[i] = &(p_calls[i]);
573
gce_ril_env->OnRequestComplete(t, RIL_E_SUCCESS,
pp_calls
,
[
all
...]
/device/generic/goldfish/ril/
reference-ril.c
919
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
,
[
all
...]
Completed in 92 milliseconds