Home
last modified time | relevance | path

Searched refs:p_intermediates (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/radio/ril/
Datchannel.c133 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
134 sp_response->p_intermediates = p_new; in addIntermediate()
258 if (sp_response->p_intermediates == NULL in processLine()
269 if (sp_response->p_intermediates == NULL in processLine()
631 p_line = p_response->p_intermediates; in at_response_free()
655 pcur = p_response->p_intermediates; in reverseIntermediates()
656 p_response->p_intermediates = NULL; in reverseIntermediates()
660 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()
661 p_response->p_intermediates = pcur; in reverseIntermediates()
805 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_singleline()
[all …]
Dreference-ril.c652 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()
675 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()
706 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()
923 line = p_response->p_intermediates->line; in requestQueryNetworkSelectionMode()
980 for (countCalls = 0, p_cur = p_response->p_intermediates
998 for (countValidCalls = 0, p_cur = p_response->p_intermediates
1182 line = p_response->p_intermediates->line;
1251 if (!strstr( p_response->p_intermediates->line, "DONE") ) {
1253 int res = parse_technology_response(p_response->p_intermediates->line, &current, NULL);
1303 line = p_response->p_intermediates->line;
[all …]
Datchannel.h65 ATLine *p_intermediates; /* any intermediate responses */ member
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c132 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
133 sp_response->p_intermediates = p_new; in addIntermediate()
257 if (sp_response->p_intermediates == NULL in processLine()
268 if (sp_response->p_intermediates == NULL in processLine()
630 p_line = p_response->p_intermediates; in at_response_free()
654 pcur = p_response->p_intermediates; in reverseIntermediates()
655 p_response->p_intermediates = NULL; in reverseIntermediates()
659 pcur->p_next = p_response->p_intermediates; in reverseIntermediates()
660 p_response->p_intermediates = pcur; in reverseIntermediates()
801 && (*pp_outResponse)->p_intermediates == NULL in at_send_command_singleline()
[all …]
Dreference-ril.c742 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()
765 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()
796 for (p_cur = p_response->p_intermediates; p_cur != NULL; in requestOrSendDataCallList()
908 char *input = p_response->p_intermediates->line; in requestOrSendDataCallList()
970 line = p_response->p_intermediates->line; in requestQueryNetworkSelectionMode()
1027 for (countCalls = 0, p_cur = p_response->p_intermediates
1045 for (countValidCalls = 0, p_cur = p_response->p_intermediates
1229 line = p_response->p_intermediates->line;
1322 if (!strstr( p_response->p_intermediates->line, "DONE") ) {
1324 int res = parse_technology_response(p_response->p_intermediates->line, &current, NULL);
[all …]
Datchannel.h65 ATLine *p_intermediates; /* any intermediate responses */ member