Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
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);
Dreference-ril.c317 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 …]
Datchannel.c968 err = at_tok_nextint(&p_cur, &ret); in at_get_cme_error()