Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp673 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() local
675 if (pInts == NULL) { in dispatchInts()
683 pInts[i] = va_arg(ap, int); in dispatchInts()
687 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()
689 if (pInts != NULL) { in dispatchInts()
691 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
693 free(pInts); in dispatchInts()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp776 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() local
778 if (pInts == NULL) { in dispatchInts()
786 pInts[i] = va_arg(ap, int); in dispatchInts()
790 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()
792 if (pInts != NULL) { in dispatchInts()
794 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
796 free(pInts); in dispatchInts()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp787 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() local
789 if (pInts == NULL) { in dispatchInts()
797 pInts[i] = va_arg(ap, int); in dispatchInts()
801 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()
803 if (pInts != NULL) { in dispatchInts()
805 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
807 free(pInts); in dispatchInts()