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

  /device/generic/goldfish/ril/
at_tok.c 26 * updates *p_cur with current position
28 int at_tok_start(char **p_cur)
30 if (*p_cur == NULL) {
37 *p_cur = strchr(*p_cur, ':');
39 if (*p_cur == NULL) {
43 (*p_cur)++;
48 static void skipWhiteSpace(char **p_cur)
50 if (*p_cur == NULL) return;
52 while (**p_cur != '\0' && isspace(**p_cur))
    [all...]
at_tok.h 21 int at_tok_start(char **p_cur);
22 int at_tok_nextint(char **p_cur, int *p_out);
23 int at_tok_nexthexint(char **p_cur, int *p_out);
25 int at_tok_nextbool(char **p_cur, char *p_out);
26 int at_tok_nextstr(char **p_cur, char **out);
28 int at_tok_hasmore(char **p_cur);
reference-ril.c 614 ATLine *p_cur; local
632 for (p_cur = p_response->p_intermediates; p_cur != NULL;
633 p_cur = p_cur->p_next)
655 for (p_cur = p_response->p_intermediates; p_cur != NULL;
656 p_cur = p_cur->p_next) {
657 char *line = p_cur->line
915 ATLine *p_cur; local
1699 ATLine *p_cur; local
    [all...]
atchannel.c 949 char *p_cur; local
961 p_cur = p_response->finalResponse;
962 err = at_tok_start(&p_cur);
968 err = at_tok_nextint(&p_cur, &ret);
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp 3578 RIL_CardStatus_v6 *p_cur = ((RIL_CardStatus_v6 *) response); local
3816 RIL_Call *p_cur = ((RIL_Call **) response)[i]; local
    [all...]
  /external/libaom/libaom/av1/encoder/
encoder.c 4687 uint8_t *p_cur = cur_picture->y_buffer; local
    [all...]

Completed in 418 milliseconds