Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp622 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() local
624 if (pInts == NULL) { in dispatchInts()
632 pInts[i] = va_arg(ap, int); in dispatchInts()
636 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()
638 if (pInts != NULL) { in dispatchInts()
640 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
642 free(pInts); in dispatchInts()