Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp895 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() local
897 if (pInts == NULL) { in dispatchInts()
905 pInts[i] = va_arg(ap, int); in dispatchInts()
909 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()
911 if (pInts != NULL) { in dispatchInts()
913 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
915 free(pInts); in dispatchInts()