Home
last modified time | relevance | path

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

/device/generic/goldfish/ril/
Datchannel.c80 static ATResponse *sp_response = NULL; variable
133 p_new->p_next = sp_response->p_intermediates; in addIntermediate()
134 sp_response->p_intermediates = p_new; in addIntermediate()
223 sp_response->finalResponse = strdup(line); in handleFinalResponse()
239 if (sp_response == NULL) { in processLine()
243 sp_response->success = 1; in processLine()
246 sp_response->success = 0; in processLine()
258 if (sp_response->p_intermediates == NULL in processLine()
269 if (sp_response->p_intermediates == NULL in processLine()
559 if (sp_response != NULL) { in clearPendingCommand()
[all …]