Home | History | Annotate | Download | only in reference-ril

Lines Matching refs:registration

1299     int *registration;
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]);
1371 * 4th byte : Registration denial code
1382 free(registration);
1383 registration = NULL;
2954 /* Network registration events */
2964 /* GPRS registration events */