OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConnectionResult
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/rtsp/
ARTSPController.cpp
72
return
mConnectionResult
;
80
mConnectionResult
= ERROR_IO;
153
CHECK(msg->findInt32("result", &
mConnectionResult
));
154
mState = (
mConnectionResult
== OK) ? CONNECTED : DISCONNECTED;
/frameworks/base/media/libstagefright/include/
ARTSPController.h
79
status_t
mConnectionResult
;
Completed in 3421 milliseconds