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

  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 35 struct ARTSPConnection : public AHandler {
36 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...]
Android.mk 18 ARTSPConnection.cpp \
MyTransmitter.h 80 mConn(new ARTSPConnection),
838 sp<ARTSPConnection> mConn;
MyHandler.h 27 #include "ARTSPConnection.h"
107 mConn(new ARTSPConnection(mUIDValid, mUID)),
141 CHECK(ARTSPConnection::ParseURL(
    [all...]

Completed in 90 milliseconds