HomeSort by relevance Sort by last modified time
    Searched refs:at_tok_nextint (Results 1 - 4 of 4) sorted by null

  /hardware/ril/reference-ril/
at_tok.h 22 int at_tok_nextint(char **p_cur, int *p_out);
at_tok.c 134 int at_tok_nextint(char **p_cur, int *p_out) function
155 ret = at_tok_nextint(p_cur, &result);
reference-ril.c 165 err = at_tok_nextint(&line, &(p_call->index));
171 err = at_tok_nextint(&line, &state);
177 err = at_tok_nextint(&line, &mode);
199 err = at_tok_nextint(&line, &p_call->toa);
339 err = at_tok_nextint(&line, &response->cid);
343 err = at_tok_nextint(&line, &response->active);
375 err = at_tok_nextint(&line, &cid);
455 err = at_tok_nextint(&line, &response);
694 err = at_tok_nextint(&line, &(response[0]));
697 err = at_tok_nextint(&line, &(response[1]))
    [all...]
atchannel.c 1010 err = at_tok_nextint(&p_cur, &ret);

Completed in 45 milliseconds