Home
last modified time | relevance | path

Searched refs:finalResponse (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/radio/ril/
Datchannel.c223 sp_response->finalResponse = strdup(line); in handleFinalResponse()
643 free (p_response->finalResponse); in at_response_free()
700 while (sp_response->finalResponse == NULL && s_readerClosed == 0) { in at_send_command_full_nolock()
955 if (p_response->finalResponse == NULL in at_get_cme_error()
956 || !strStartsWith(p_response->finalResponse, "+CME ERROR:") in at_get_cme_error()
961 p_cur = p_response->finalResponse; in at_get_cme_error()
Datchannel.h64 char *finalResponse; /* eg OK, ERROR */ member
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c222 sp_response->finalResponse = strdup(line); in handleFinalResponse()
642 free (p_response->finalResponse); in at_response_free()
699 while (sp_response->finalResponse == NULL && s_readerClosed == 0) { in at_send_command_full_nolock()
951 if (p_response->finalResponse == NULL in at_get_cme_error()
952 || !strStartsWith(p_response->finalResponse, "+CME ERROR:") in at_get_cme_error()
957 p_cur = p_response->finalResponse; in at_get_cme_error()
Datchannel.h64 char *finalResponse; /* eg OK, ERROR */ member