Home
last modified time | relevance | path

Searched refs:p_line (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/radio/ril/
Datchannel.c627 ATLine *p_line; in at_response_free() local
631 p_line = p_response->p_intermediates; in at_response_free()
633 while (p_line != NULL) { in at_response_free()
636 p_toFree = p_line; in at_response_free()
637 p_line = p_line->p_next; in at_response_free()
Dreference-ril.c1138 int *p_line; local
1147 p_line = (int *)data;
1151 asprintf(&cmd, "AT+CHLD=1%d", p_line[0]);
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c626 ATLine *p_line; in at_response_free() local
630 p_line = p_response->p_intermediates; in at_response_free()
632 while (p_line != NULL) { in at_response_free()
635 p_toFree = p_line; in at_response_free()
636 p_line = p_line->p_next; in at_response_free()
Dreference-ril.c1185 int *p_line; local
1194 p_line = (int *)data;
1198 asprintf(&cmd, "AT+CHLD=1%d", p_line[0]);
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp596 int* p_line = (int*)data; in request_hangup() local
598 ALOGV("Hanging up call %d.", *p_line); in request_hangup()
599 std::map<int, CallState>::iterator iter = gActiveCalls.find(*p_line); in request_hangup()
602 ALOGV("No such call: %d.", *p_line); in request_hangup()