OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pp_calls
(Results
1 - 1
of
1
) sorted by null
/hardware/ril/reference-ril/
reference-ril.c
539
RIL_Call **
pp_calls
;
local
567
pp_calls
= (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
573
pp_calls
[i] = &(p_calls[i]);
634
RIL_onRequestComplete(t, RIL_E_SUCCESS,
pp_calls
,
[
all
...]
Completed in 301 milliseconds