Home
last modified time | relevance | path

Searched refs:p_forward (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c3640 static int forwardFromCCFCULine(char *line, RIL_CallForwardInfo *p_forward) { argument
3644 if (line == NULL || p_forward == NULL) {
3651 err = at_tok_nextint(&line, &(p_forward->status));
3654 err = at_tok_nextint(&line, &(p_forward->serviceClass));
3662 err = at_tok_nextint(&line, &p_forward->toa);
3665 err = at_tok_nextstr(&line, &(p_forward->number));
3676 err = at_tok_nextint(&line, &p_forward->timeSeconds);
3678 p_forward->timeSeconds = 0;