OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalResponse
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/reference-ril/
atchannel.h
64
char *
finalResponse
; /* eg OK, ERROR */
atchannel.c
229
sp_response->
finalResponse
= strdup(line);
691
free (p_response->
finalResponse
);
752
while (sp_response->
finalResponse
== NULL && s_readerClosed == 0) {
997
if (p_response->
finalResponse
== NULL
998
|| !strStartsWith(p_response->
finalResponse
, "+CME ERROR:")
1003
p_cur = p_response->
finalResponse
;
Completed in 179 milliseconds