Searched defs:countStrings (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dril_service.cpp562 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { argument
569 pStrings = (char **)calloc(countStrings, sizeof(char *));
576 va_start(ap, countStrings);
577 for (int i = 0; i < countStrings; i++) {
590 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId);
593 for (int i = 0 ; i < countStrings ; i++) {
598 memset(pStrings, 0, countStrings * sizeof(char *));
611 int countStrings = data.size(); local
613 pStrings = (char **)calloc(countStrings, sizeof(char *));
620 for (int i = 0; i < countStrings;
2102 int countStrings = 2; local
[all...]

Completed in 20 milliseconds