Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp43 const int64_t ARTSPConnection::kSelectTimeoutUs = 1000LL;
46 const AString ARTSPConnection::sUserAgent =
49 ARTSPConnection::ARTSPConnection(bool uidValid, uid_t uid) in ARTSPConnection() function in android::ARTSPConnection
60 ARTSPConnection::~ARTSPConnection() { in ~ARTSPConnection()
72 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) { in connect()
79 void ARTSPConnection::disconnect(const sp<AMessage> &reply) { in disconnect()
85 void ARTSPConnection::sendRequest( in sendRequest()
93 void ARTSPConnection::observeBinaryData(const sp<AMessage> &reply) { in observeBinaryData()
99 void ARTSPConnection::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
134 bool ARTSPConnection::ParseURL( in ParseURL()
[all …]
DARTSPConnection.h35 struct ARTSPConnection : public AHandler { struct
36 explicit ARTSPConnection(bool uidValid = false, uid_t uid = 0);
50 virtual ~ARTSPConnection();
126 DISALLOW_EVIL_CONSTRUCTORS(ARTSPConnection);
DAndroid.bp17 "ARTSPConnection.cpp",
DMyHandler.h132 mConn(new ARTSPConnection(mUIDValid, mUID)), in mNotify()
166 CHECK(ARTSPConnection::ParseURL( in mNotify()
526 if (ARTSPConnection::ParseURL( in onMessageReceived()
1573 sp<ARTSPConnection> mConn;
DMyTransmitter.h81 mConn(new ARTSPConnection), in MyTransmitter()
841 sp<ARTSPConnection> mConn; in onMessageReceived()