HomeSort by relevance Sort by last modified time
    Searched full:countstrings (Results 1 - 1 of 1) sorted by null

  /hardware/ril/libril/
ril.cpp 597 int32_t countStrings;
602 status = p.readInt32 (&countStrings);
609 if (countStrings == 0) {
613 } else if (((int)countStrings) == -1) {
617 datalen = sizeof(char *) * countStrings;
621 for (int i = 0 ; i < countStrings ; i++) {
633 for (int i = 0 ; i < countStrings ; i++) {
    [all...]

Completed in 69 milliseconds