Home | History | Annotate | Download | only in reference-ril

Lines Matching refs:countCalls

536     int countCalls;
558 for (countCalls = 0, p_cur = p_response->p_intermediates
562 countCalls++;
567 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
568 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
569 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
572 countCalls ; i++) {