Searched refs:p_forward (Results 1 – 1 of 1) sorted by relevance
3019 static int forwardFromCCFCULine(char *line, RIL_CallForwardInfo *p_forward) { argument3023 if (line == NULL || p_forward == NULL) {3030 err = at_tok_nextint(&line, &(p_forward->status));3033 err = at_tok_nextint(&line, &(p_forward->serviceClass));3041 err = at_tok_nextint(&line, &p_forward->toa);3044 err = at_tok_nextstr(&line, &(p_forward->number));3055 err = at_tok_nextint(&line, &p_forward->timeSeconds);3057 p_forward->timeSeconds = 0;