OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sp_response
(Results
1 - 1
of
1
) sorted by null
/hardware/ril/reference-ril/
atchannel.c
87
static ATResponse *
sp_response
= NULL;
variable
127
/** add an intermediate response to
sp_response
*/
139
p_new->p_next =
sp_response
->p_intermediates;
140
sp_response
->p_intermediates = p_new;
229
sp_response
->finalResponse = strdup(line);
245
if (
sp_response
== NULL) {
249
sp_response
->success = 1;
252
sp_response
->success = 0;
264
if (
sp_response
->p_intermediates == NULL
275
if (
sp_response
->p_intermediates == NUL
[
all
...]
Completed in 27 milliseconds