Searched refs:parseRegistrationState (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/radio/ril/ |
D | reference-ril.c | 1509 static int parseRegistrationState(char *str, int *type, int *items, int **response) function 1661 if (parseRegistrationState(line, &type, &count, ®istration)) goto error;
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 1583 static int parseRegistrationState(char *str, int *type, int *items, int **response) function 1777 if (parseRegistrationState(line, &type, &count, ®istration)) goto error;
|