Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_config.cpp65 extern bool dispatchInts(int serial, int slotId, int request, int countInts, ...);
Dril_service.cpp781 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/
Dril_service.cpp667 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/
Dril_service.cpp770 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()