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

  /hardware/ril/reference-ril/
at_tok.h 23 int at_tok_nexthexint(char **p_cur, int *p_out);
at_tok.c 145 int at_tok_nexthexint(char **p_cur, int *p_out) function
reference-ril.c 848 err = at_tok_nexthexint(&line, &response[1]);
850 err = at_tok_nexthexint(&line, &response[2]);
858 err = at_tok_nexthexint(&line, &response[1]);
860 err = at_tok_nexthexint(&line, &response[2]);
871 err = at_tok_nexthexint(&line, &response[1]);
873 err = at_tok_nexthexint(&line, &response[2]);
875 err = at_tok_nexthexint(&line, &response[3]);
    [all...]

Completed in 146 milliseconds