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

Lines Matching defs:registration

1326     int *registration;
1356 if (parseRegistrationState(line, &type, &count, &registration)) goto error;
1362 * The first '4' bytes for both registration states remain the same.
1367 RLOGD("registration state type: 3GPP2");
1387 RLOGD("registration state type: 3GPP");
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]);
1398 * 4th byte : Registration denial code
1409 free(registration);
1410 registration = NULL;
3008 /* Network registration events */
3018 /* GPRS registration events */