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