Searched defs:p_cur (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | at_tok.c | 28 int at_tok_start(char **p_cur) in at_tok_start() 48 static void skipWhiteSpace(char **p_cur) in skipWhiteSpace() 57 void skipNextComma(char **p_cur) in skipNextComma() 70 static char * nextTok(char **p_cur) in nextTok() 97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns) in at_tok_nextint_base() 134 int at_tok_nextint(char **p_cur, int *p_out) in at_tok_nextint() 145 int at_tok_nexthexint(char **p_cur, int *p_out) in at_tok_nexthexint() 150 int at_tok_nextbool(char **p_cur, char *p_out) in at_tok_nextbool() 173 int at_tok_nextstr(char **p_cur, char **p_out) in at_tok_nextstr() 185 int at_tok_hasmore(char **p_cur) in at_tok_hasmore()
|
D | reference-ril.c | 724 ATLine *p_cur = NULL; in requestOrSendDataCallList() local 1004 ATLine *p_cur; local 1863 ATLine *p_cur; local 3123 ATLine *p_cur = NULL; local 3184 ATLine *p_cur; local 3301 ATLine *p_cur = NULL; local
|
D | atchannel.c | 945 char *p_cur; in at_get_cme_error() local
|
/device/generic/goldfish/radio/ril/ |
D | at_tok.c | 28 int at_tok_start(char **p_cur) in at_tok_start() 48 static void skipWhiteSpace(char **p_cur) in skipWhiteSpace() 57 static void skipNextComma(char **p_cur) in skipNextComma() 70 static char * nextTok(char **p_cur) in nextTok() 97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns) in at_tok_nextint_base() 134 int at_tok_nextint(char **p_cur, int *p_out) in at_tok_nextint() 145 int at_tok_nexthexint(char **p_cur, int *p_out) in at_tok_nexthexint() 150 int at_tok_nextbool(char **p_cur, char *p_out) in at_tok_nextbool() 173 int at_tok_nextstr(char **p_cur, char **p_out) in at_tok_nextstr() 185 int at_tok_hasmore(char **p_cur) in at_tok_hasmore()
|
D | atchannel.c | 949 char *p_cur; in at_get_cme_error() local
|
D | reference-ril.c | 632 ATLine *p_cur; in requestOrSendDataCallList() local 957 ATLine *p_cur; local 1746 ATLine *p_cur; local
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 3043 RIL_CardStatus_v6 *p_cur = ((RIL_CardStatus_v6 *) response); in getIccCardStatusResponse() local 3255 RIL_Call *p_cur = ((RIL_Call **) response)[i]; in getCurrentCallsResponse() local
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 3981 RIL_CardStatus_v6 *p_cur = ((RIL_CardStatus_v6 *) response); in getIccCardStatusResponse() local 4219 RIL_Call *p_cur = ((RIL_Call **) response)[i]; in getCurrentCallsResponse() local
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 4152 RIL_CardStatus_v1_4 *p_cur = ((RIL_CardStatus_v1_4 *) response); in getIccCardStatusResponse() local 4393 RIL_Call *p_cur = ((RIL_Call **) response)[i]; in getCurrentCallsResponse() local
|