Searched refs:countInts (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_config.cpp | 65 extern bool dispatchInts(int serial, int slotId, int request, int countInts, ...);
|
D | ril_service.cpp | 781 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() argument 787 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() 795 va_start(ap, countInts); in dispatchInts() 796 for (int i = 0; i < countInts; i++) { in dispatchInts() 801 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts() 805 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 667 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() argument 673 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() 681 va_start(ap, countInts); in dispatchInts() 682 for (int i = 0; i < countInts; i++) { in dispatchInts() 687 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts() 691 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 770 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() argument 776 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() 784 va_start(ap, countInts); in dispatchInts() 785 for (int i = 0; i < countInts; i++) { in dispatchInts() 790 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts() 794 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
|