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

/hardware/ril/libril/
H A Dril.cpp633 char **pStrings; local
644 pStrings = (char **)calloc(1, sizeof(char *));
645 if (pStrings == NULL) {
654 pStrings = NULL;
659 pStrings = (char **)calloc(countStrings, sizeof(char *));
660 if (pStrings == NULL) {
668 pStrings[i] = strdupReadString(p);
669 appendPrintBuf("%s%s,", printBuf, pStrings[i]);
676 CALL_ONREQUEST(pRI->pCI->requestNumber, pStrings, datalen, pRI, pRI->socket_id);
678 if (pStrings !
1303 char **pStrings; local
[all...]

Completed in 39 milliseconds