Home
last modified time | relevance | path

Searched refs:registration (Results 1 – 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
Dreference-ril.c1326 int *registration; local
1356 if (parseRegistrationState(line, &type, &count, &registration)) goto error;
1389 asprintf(&responseStr[1], "%x", registration[1]);
1390 asprintf(&responseStr[2], "%x", registration[2]);
1392 asprintf(&responseStr[3], "%d", registration[3]);
1394 asprintf(&responseStr[0], "%d", registration[0]);
1409 free(registration);
1410 registration = NULL;