Searched refs:at_tok_nextint (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/ril/ |
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 | reference-ril.c | 317 err = at_tok_nextint(&line, &(p_call->index)); in callFromCLCCLine() 323 err = at_tok_nextint(&line, &state); in callFromCLCCLine() 329 err = at_tok_nextint(&line, &mode); in callFromCLCCLine() 351 err = at_tok_nextint(&line, &p_call->toa); in callFromCLCCLine() 369 err = at_tok_nextint(&line, &response->sw1); in parseSimResponseLine() 371 err = at_tok_nextint(&line, &response->sw2); in parseSimResponseLine() 663 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList() 667 err = at_tok_nextint(&line, &response->active); in requestOrSendDataCallList() 695 err = at_tok_nextint(&line, &cid); in requestOrSendDataCallList() 889 err = at_tok_nextint(&line, &response); in requestQueryNetworkSelectionMode() [all …]
|
D | atchannel.c | 968 err = at_tok_nextint(&p_cur, &ret); in at_get_cme_error()
|