Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Datchannel.c79 static ATResponse *sp_response = NULL; variable
132 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
133 sp_response->p_intermediates = p_new; in addIntermediate()
222 sp_response->finalResponse = strdup(line); in handleFinalResponse()
238 if (sp_response == NULL) { in processLine()
242 sp_response->success = 1; in processLine()
245 sp_response->success = 0; in processLine()
257 if (sp_response->p_intermediates == NULL in processLine()
268 if (sp_response->p_intermediates == NULL in processLine()
558 if (sp_response != NULL) { in clearPendingCommand()
[all …]