HomeSort by relevance Sort by last modified time
    Searched refs:ARTSPConnection (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 35 struct ARTSPConnection : public AHandler {
36 explicit ARTSPConnection(bool uidValid = false, uid_t uid = 0);
50 virtual ~ARTSPConnection();
125 DISALLOW_EVIL_CONSTRUCTORS(ARTSPConnection);
ARTSPConnection.cpp 18 #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)
58 ARTSPConnection::~ARTSPConnection() {
70 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) {
77 void ARTSPConnection::disconnect(const sp<AMessage> &reply)
    [all...]
MyHandler.h 32 #include "ARTSPConnection.h"
124 mConn(new ARTSPConnection(mUIDValid, mUID)),
158 CHECK(ARTSPConnection::ParseURL(
517 if (ARTSPConnection::ParseURL(
    [all...]
MyTransmitter.h 81 mConn(new ARTSPConnection),
841 sp<ARTSPConnection> mConn;

Completed in 484 milliseconds