HomeSort by relevance Sort by last modified time
    Searched refs:at_tok_nextstr (Results 1 - 3 of 3) sorted by null

  /hardware/ril/reference-ril/
at_tok.h 26 int at_tok_nextstr(char **p_cur, char **out);
at_tok.c 173 int at_tok_nextstr(char **p_cur, char **p_out) function
reference-ril.c 189 err = at_tok_nextstr(&line, &(p_call->number));
396 err = at_tok_nextstr(&line, &out);
403 err = at_tok_nextstr(&line, &out);
410 err = at_tok_nextstr(&line, &out);
952 err = at_tok_nextstr(&line, &(response[i]));
    [all...]

Completed in 36 milliseconds