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.c412 ATLine *p_cur; local
427 for (p_cur = p_response->p_intermediates; p_cur != NULL;
428 p_cur = p_cur->p_next)
448 for (p_cur = p_response->p_intermediates; p_cur != NULL;
449 p_cur = p_cur->p_next) {
450 char *line = p_cur
645 ATLine *p_cur; local
1414 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.cpp1645 char **p_cur = (char **) response; local
1653 appendPrintBuf("%s%s,", printBuf, (char*)p_cur[i]);
1654 writeStringToParcel (p, p_cur[i]);
1704 RIL_Call *p_cur = ((RIL_Call **) response)[i]; local
1706 p.writeInt32(p_cur->state);
1707 p.writeInt32(p_cur->index);
1708 p.writeInt32(p_cur->toa);
1709 p.writeInt32(p_cur->isMpty);
1710 p.writeInt32(p_cur->isMT);
1711 p.writeInt32(p_cur
1766 RIL_SMS_Response *p_cur = (RIL_SMS_Response *) response; local
1796 RIL_Data_Call_Response_v4 *p_cur = (RIL_Data_Call_Response_v4 *) response; local
1839 RIL_Data_Call_Response_v6 *p_cur = (RIL_Data_Call_Response_v6 *) response; local
1909 RIL_SIM_IO_Response *p_cur = (RIL_SIM_IO_Response *) response; local
1943 RIL_CallForwardInfo *p_cur = ((RIL_CallForwardInfo **) response)[i]; local
1975 RIL_SuppSvcNotification *p_cur = (RIL_SuppSvcNotification *) response; local
2012 RIL_NeighboringCell *p_cur = ((RIL_NeighboringCell **) response)[i]; local
2055 RIL_CDMA_InformationRecords *p_cur = local
2202 RIL_SignalStrength_v6 *p_cur = ((RIL_SignalStrength_v6 *) response); local
2303 RIL_CDMA_SignalInfoRecord *p_cur = ((RIL_CDMA_SignalInfoRecord *) response); local
2329 RIL_CDMA_CallWaiting_v6 *p_cur = ((RIL_CDMA_CallWaiting_v6 *) response); local
2371 RIL_SimRefreshResponse_v7 *p_cur = ((RIL_SimRefreshResponse_v7 *) response); local
2382 int *p_cur = ((int *) response); local
2413 RIL_CellInfo *p_cur = (RIL_CellInfo *) response; local
2581 RIL_CardStatus_v6 *p_cur = ((RIL_CardStatus_v6 *) response); local
2591 RIL_CardStatus_v5 *p_cur = ((RIL_CardStatus_v5 *) response); local
2613 RIL_GSM_BroadcastSmsConfigInfo **p_cur = local
2634 RIL_CDMA_BroadcastSmsConfigInfo **p_cur = local
2676 RIL_CDMA_SMS_Message *p_cur = (RIL_CDMA_SMS_Message *) response; local
2733 RequestInfo *p_cur; local
[all...]

Completed in 41 milliseconds