Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Datchannel.c78 static ATResponse *sp_response = NULL; variable
130 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
131 sp_response->p_intermediates = p_new; in addIntermediate()
220 sp_response->finalResponse = strdup(line); in handleFinalResponse()
236 if (sp_response == NULL) { in processLine()
240 sp_response->success = 1; in processLine()
243 sp_response->success = 0; in processLine()
255 if (sp_response->p_intermediates == NULL in processLine()
266 if (sp_response->p_intermediates == NULL in processLine()
555 if (sp_response != NULL) { in clearPendingCommand()
[all …]