Searched refs:p_cur (Results 1 - 5 of 5) sorted by relevance

/hardware/ril/reference-ril/
H A Dat_tok.c26 * updates *p_cur with current position
28 int at_tok_start(char **p_cur) argument
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) argument
50 if (*p_cur == NULL) return;
52 while (**p_cur !
57 skipNextComma(char **p_cur) argument
70 nextTok(char **p_cur) argument
97 at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns) argument
134 at_tok_nextint(char **p_cur, int *p_out) argument
145 at_tok_nexthexint(char **p_cur, int *p_out) argument
150 at_tok_nextbool(char **p_cur, char *p_out) argument
173 at_tok_nextstr(char **p_cur, char **p_out) argument
185 at_tok_hasmore(char **p_cur) argument
[all...]
H A Dat_tok.h21 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);
H A Dreference-ril.c302 ATLine *p_cur; local
317 for (p_cur = p_response->p_intermediates; p_cur != NULL;
318 p_cur = p_cur->p_next)
338 for (p_cur = p_response->p_intermediates; p_cur != NULL;
339 p_cur = p_cur->p_next) {
340 char *line = p_cur
535 ATLine *p_cur; local
905 ATLine *p_cur; local
[all...]
H A Datchannel.c991 char *p_cur; local
1003 p_cur = p_response->finalResponse;
1004 err = at_tok_start(&p_cur);
1010 err = at_tok_nextint(&p_cur, &ret);
/hardware/ril/libril/
H A Dril.cpp1431 char **p_cur = (char **) response; local
1439 appendPrintBuf("%s%s,", printBuf, (char*)p_cur[i]);
1440 writeStringToParcel (p, p_cur[i]);
1490 RIL_Call *p_cur = ((RIL_Call **) response)[i]; local
1492 p.writeInt32(p_cur->state);
1493 p.writeInt32(p_cur->index);
1494 p.writeInt32(p_cur->toa);
1495 p.writeInt32(p_cur->isMpty);
1496 p.writeInt32(p_cur->isMT);
1497 p.writeInt32(p_cur
1552 RIL_SMS_Response *p_cur = (RIL_SMS_Response *) response; local
1582 RIL_Data_Call_Response_v4 *p_cur = (RIL_Data_Call_Response_v4 *) response; local
1625 RIL_Data_Call_Response_v6 *p_cur = (RIL_Data_Call_Response_v6 *) response; local
1694 RIL_SIM_IO_Response *p_cur = (RIL_SIM_IO_Response *) response; local
1728 RIL_CallForwardInfo *p_cur = ((RIL_CallForwardInfo **) response)[i]; local
1760 RIL_SuppSvcNotification *p_cur = (RIL_SuppSvcNotification *) response; local
1797 RIL_NeighboringCell *p_cur = ((RIL_NeighboringCell **) response)[i]; local
1840 RIL_CDMA_InformationRecords *p_cur = local
1987 RIL_SignalStrength_v6 *p_cur = ((RIL_SignalStrength_v6 *) response); local
2058 RIL_CDMA_SignalInfoRecord *p_cur = ((RIL_CDMA_SignalInfoRecord *) response); local
2084 RIL_CDMA_CallWaiting_v6 *p_cur = ((RIL_CDMA_CallWaiting_v6 *) response); local
2126 RIL_SimRefreshResponse_v7 *p_cur = ((RIL_SimRefreshResponse_v7 *) response); local
2137 int *p_cur = ((int *) response); local
2205 RIL_CardStatus_v6 *p_cur = ((RIL_CardStatus_v6 *) response); local
2215 RIL_CardStatus_v5 *p_cur = ((RIL_CardStatus_v5 *) response); local
2237 RIL_GSM_BroadcastSmsConfigInfo **p_cur = local
2258 RIL_CDMA_BroadcastSmsConfigInfo **p_cur = local
2300 RIL_CDMA_SMS_Message *p_cur = (RIL_CDMA_SMS_Message *) response; local
2357 RequestInfo *p_cur; local
[all...]

Completed in 303 milliseconds