Home
last modified time | relevance | path

Searched refs:at_tok_nexthexint (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/radio/ril/
Dat_tok.h23 int at_tok_nexthexint(char **p_cur, int *p_out);
Dat_tok.c145 int at_tok_nexthexint(char **p_cur, int *p_out) in at_tok_nexthexint() function
Dreference-ril.c1572 err = at_tok_nexthexint(&line, &resp[1]);
1574 err = at_tok_nexthexint(&line, &resp[2]);
1582 err = at_tok_nexthexint(&line, &resp[1]);
1584 err = at_tok_nexthexint(&line, &resp[2]);
1595 err = at_tok_nexthexint(&line, &resp[1]);
1597 err = at_tok_nexthexint(&line, &resp[2]);
1599 err = at_tok_nexthexint(&line, &resp[3]);
3564 err = at_tok_nexthexint(&p, &pt);
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dat_tok.h23 int at_tok_nexthexint(char **p_cur, int *p_out);
Dat_tok.c145 int at_tok_nexthexint(char **p_cur, int *p_out) in at_tok_nexthexint() function
Dreference-ril.c1646 err = at_tok_nexthexint(&line, &resp[1]);
1648 err = at_tok_nexthexint(&line, &resp[2]);
1656 err = at_tok_nexthexint(&line, &resp[1]);
1658 err = at_tok_nexthexint(&line, &resp[2]);
1669 err = at_tok_nexthexint(&line, &resp[1]);
1671 err = at_tok_nexthexint(&line, &resp[2]);
4930 err = at_tok_nexthexint(&p, &pt);