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

/hardware/ril/reference-ril/
H A Dreference-ril.c482 int countCalls; local
504 for (countCalls = 0, p_cur = p_response->p_intermediates
508 countCalls++;
513 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
514 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
515 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
518 for(i = 0; i < countCalls ; i++) {

Completed in 76 milliseconds