Searched refs:pInts (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 673 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/ |
D | ril_service.cpp | 776 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/ |
D | ril_service.cpp | 787 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()
|