Searched defs:ARTSPConnection (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h35 struct ARTSPConnection : public AHandler { struct in namespace:android
36 ARTSPConnection(bool uidValid = false, uid_t uid = 0);
50 virtual ~ARTSPConnection();
125 DISALLOW_EVIL_CONSTRUCTORS(ARTSPConnection);
H A DARTSPConnection.cpp18 #define LOG_TAG "ARTSPConnection"
21 #include "ARTSPConnection.h"
41 const int64_t ARTSPConnection::kSelectTimeoutUs = 1000ll;
44 const AString ARTSPConnection::sUserAgent =
47 ARTSPConnection::ARTSPConnection(bool uidValid, uid_t uid) function in class:android::ARTSPConnection
58 ARTSPConnection::~ARTSPConnection() {
70 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) {
77 void ARTSPConnection
[all...]

Completed in 46 milliseconds