HomeSort by relevance Sort by last modified time
    Searched refs:countCalls (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 607 int countCalls = 0;
614 countCalls++;
626 if (countCalls > 0) {
637 int countCalls = 0;
644 countCalls++;
  /hardware/ril/reference-ril/
reference-ril.c 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 for(i = 0; i < countCalls ; i++) {
    [all...]

Completed in 209 milliseconds