Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/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.c331 err = at_tok_nextint(&line, &(p_call->index)); in callFromCLCCLine()
337 err = at_tok_nextint(&line, &state); in callFromCLCCLine()
343 err = at_tok_nextint(&line, &mode); in callFromCLCCLine()
365 err = at_tok_nextint(&line, &p_call->toa); in callFromCLCCLine()
383 err = at_tok_nextint(&line, &response->sw1); in parseSimResponseLine()
385 err = at_tok_nextint(&line, &response->sw2); in parseSimResponseLine()
683 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList()
687 err = at_tok_nextint(&line, &response->active); in requestOrSendDataCallList()
715 err = at_tok_nextint(&line, &cid); in requestOrSendDataCallList()
931 err = at_tok_nextint(&line, &response); in requestQueryNetworkSelectionMode()
[all …]
Datchannel.c968 err = at_tok_nextint(&p_cur, &ret); in at_get_cme_error()