Home
last modified time | relevance | path

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

/aosp12/hardware/ril/reference-ril/
H A Datchannel.c79 static ATResponse *sp_response = NULL; variable
238 if (sp_response == NULL) { in processLine()
242 sp_response->success = 1; in processLine()
245 sp_response->success = 0; in processLine()
558 if (sp_response != NULL) { in clearPendingCommand()
559 at_response_free(sp_response); in clearPendingCommand()
562 sp_response = NULL; in clearPendingCommand()
584 sp_response = NULL; in at_open()
679 if(sp_response != NULL) { in at_send_command_full_nolock()
693 sp_response = at_response_new(); in at_send_command_full_nolock()
[all …]