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

/hardware/ril/libril/
H A Dril_service.cpp568 char **pStrings; local
569 pStrings = (char **)calloc(countStrings, sizeof(char *));
570 if (pStrings == NULL) {
579 if (!copyHidlStringToRil(&pStrings[i], hidl_string(str), pRI, allowEmpty)) {
582 memsetAndFreeStrings(1, pStrings[j]);
584 free(pStrings);
590 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId);
592 if (pStrings != NULL) {
594 memsetAndFreeStrings(1, pStrings[i]);
598 memset(pStrings,
612 char **pStrings; local
2101 char **pStrings; local
[all...]

Completed in 42 milliseconds