Searched refs:at_tok_nextint (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 482 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 …]
|
D | at_tok.c | 134 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()
|
D | at_tok.h | 22 int at_tok_nextint(char **p_cur, int *p_out);
|
D | atchannel.c | 947 err = at_tok_nextint(&p_cur, &ret); in at_get_cme_error()
|