Home
last modified time | relevance | path

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

/hardware/ril/reference-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()
Dreference-ril.c285 err = at_tok_nextint(&line, &(p_call->index)); in callFromCLCCLine()
291 err = at_tok_nextint(&line, &state); in callFromCLCCLine()
297 err = at_tok_nextint(&line, &mode); in callFromCLCCLine()
319 err = at_tok_nextint(&line, &p_call->toa); in callFromCLCCLine()
482 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList()
486 err = at_tok_nextint(&line, &response->active); in requestOrSendDataCallList()
514 err = at_tok_nextint(&line, &cid); in requestOrSendDataCallList()
646 err = at_tok_nextint(&line, &response); in requestQueryNetworkSelectionMode()
888 err = at_tok_nextint(&line, &(response[count]));
1087 err = at_tok_nextint(&line, &response);
[all …]
Dat_tok.h22 int at_tok_nextint(char **p_cur, int *p_out);
Datchannel.c958 err = at_tok_nextint(&p_cur, &ret); in at_get_cme_error()