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

/hardware/ril/reference-ril/
H A Dreference-ril.c1299 int *registration; local
1329 if (parseRegistrationState(line, &type, &count, &registration)) goto error;
1335 * The first '4' bytes for both registration states remain the same.
1340 RLOGD("registration state type: 3GPP2");
1360 RLOGD("registration state type: 3GPP");
1362 asprintf(&responseStr[1], "%x", registration[1]);
1363 asprintf(&responseStr[2], "%x", registration[2]);
1365 asprintf(&responseStr[3], "%d", registration[3]);
1367 asprintf(&responseStr[0], "%d", registration[0]);
1382 free(registration);
[all...]

Completed in 141 milliseconds