Searched refs:p_call (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Dreference-ril.c150 * Note: directly modified line and has *p_call point directly into
153 static int callFromCLCCLine(char *line, RIL_Call *p_call) argument
165 err = at_tok_nextint(&line, &(p_call->index));
168 err = at_tok_nextbool(&line, &(p_call->isMT));
174 err = clccStateToRILState(state, &(p_call->state));
180 p_call->isVoice = (mode == 0);
182 err = at_tok_nextbool(&line, &(p_call->isMpty));
186 err = at_tok_nextstr(&line, &(p_call->number));
193 if (p_call->number != NULL
194 && 0 == strspn(p_call
[all...]

Completed in 4 milliseconds