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 168 err = at_tok_nextint(&line, &(p_call->index));
174 err = at_tok_nextint(&line, &state);
180 err = at_tok_nextint(&line, &mode);
202 err = at_tok_nextint(&line, &p_call->toa);
346 err = at_tok_nextint(&line, &response->cid);
350 err = at_tok_nextint(&line, &response->active);
378 err = at_tok_nextint(&line, &cid);
509 err = at_tok_nextint(&line, &response);
748 err = at_tok_nextint(&line, &(response[0]));
751 err = at_tok_nextint(&line, &(response[1]))
    [all...]
atchannel.c 1010 err = at_tok_nextint(&p_cur, &ret);

Completed in 235 milliseconds