HomeSort by relevance Sort by last modified time
    Searched defs:ARTSPConnection (Results 1 - 2 of 2) 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"
42 const int64_t ARTSPConnection::kSelectTimeoutUs = 1000LL;
45 const AString ARTSPConnection::sUserAgent =
48 ARTSPConnection::ARTSPConnection(bool uidValid, uid_t uid)
59 ARTSPConnection::~ARTSPConnection() {
71 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) {
78 void ARTSPConnection::disconnect(const sp<AMessage> &reply)
    [all...]

Completed in 77 milliseconds