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

Lines Matching defs:registration

1291     int *registration;
1321 if (parseRegistrationState(line, &type, &count, &registration)) goto error;
1327 * The first '4' bytes for both registration states remain the same.
1332 RLOGD("registration state type: 3GPP2");
1352 RLOGD("registration state type: 3GPP");
1354 asprintf(&responseStr[1], "%x", registration[1]);
1355 asprintf(&responseStr[2], "%x", registration[2]);
1357 asprintf(&responseStr[3], "%d", registration[3]);
1359 asprintf(&responseStr[0], "%d", registration[0]);
1363 * 4th byte : Registration denial code
1374 free(registration);
1375 registration = NULL;
2863 /* Network registration events */
2873 /* GPRS registration events */