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

Lines Matching defs:out

439     char *out;
532 err = at_tok_nextstr(&line, &out);
535 responses[i].type = alloca(strlen(out) + 1);
536 strcpy(responses[i].type, out);
539 err = at_tok_nextstr(&line, &out);
546 err = at_tok_nextstr(&line, &out);
550 responses[i].addresses = alloca(strlen(out) + 1);
551 strcpy(responses[i].addresses, out);
1613 // figure out if this is gsm/cdma format
2404 * Call from RIL to us to find out whether a specific request code
2944 * Find out if our modem is GSM, CDMA or both (Multimode)
2968 // TODO: find out if we really support EvDo
2975 // TODO: find out if modem really supports WCDMA/LTE