Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Dreference-ril.c783 int countCalls; local
805 for (countCalls = 0, p_cur = p_response->p_intermediates
809 countCalls++;
814 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
815 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
816 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
819 for(i = 0; i < countCalls ; i++) {