Searched refs:countInts (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 630 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() argument 636 int *pInts = (int *)calloc(countInts, sizeof(int)); in dispatchInts() 644 va_start(ap, countInts); in dispatchInts() 645 for (int i = 0; i < countInts; i++) { in dispatchInts() 650 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts() 654 memset(pInts, 0, countInts * sizeof(int)); in dispatchInts()
|