Home
last modified time | relevance | path

Searched refs:at_tok_nextint (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c482 err = at_tok_nextint(&line, &(p_call->index)); in callFromCLCCLine()
488 err = at_tok_nextint(&line, &state); in callFromCLCCLine()
494 err = at_tok_nextint(&line, &mode); in callFromCLCCLine()
516 err = at_tok_nextint(&line, &p_call->toa); in callFromCLCCLine()
534 err = at_tok_nextint(&line, &response->sw1); in parseSimResponseLine()
536 err = at_tok_nextint(&line, &response->sw2); in parseSimResponseLine()
881 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList()
885 err = at_tok_nextint(&line, &response->active); in requestOrSendDataCallList()
913 err = at_tok_nextint(&line, &ncid); in requestOrSendDataCallList()
1037 err = at_tok_nextint(&input, &ncid); // cid in requestOrSendDataCallList()
[all …]
Dat_tok.c134 int at_tok_nextint(char **p_cur, int *p_out) in at_tok_nextint() function
155 ret = at_tok_nextint(p_cur, &result); in at_tok_nextbool()
Dat_tok.h22 int at_tok_nextint(char **p_cur, int *p_out);
Datchannel.c947 err = at_tok_nextint(&p_cur, &ret); in at_get_cme_error()