Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp636 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() local
638 if (pInts == NULL) { in dispatchInts()
646 pInts[i] = va_arg(ap, int); in dispatchInts()
650 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()
652 if (pInts != NULL) { in dispatchInts()
654 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
656 free(pInts); in dispatchInts()