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

  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.h 35 struct ARTSPConnection : public AHandler {
36 ARTSPConnection();
46 virtual ~ARTSPConnection();
99 DISALLOW_EVIL_CONSTRUCTORS(ARTSPConnection);
ARTSPConnection.cpp 18 #define LOG_TAG "ARTSPConnection"
21 #include "ARTSPConnection.h"
36 const int64_t ARTSPConnection::kSelectTimeoutUs = 1000ll;
38 ARTSPConnection::ARTSPConnection()
46 ARTSPConnection::~ARTSPConnection() {
54 void ARTSPConnection::connect(const char *url, const sp<AMessage> &reply) {
61 void ARTSPConnection::disconnect(const sp<AMessage> &reply) {
67 void ARTSPConnection::sendRequest
    [all...]
Android.mk 17 ARTSPConnection.cpp \
MyHandler.h 27 #include "ARTSPConnection.h"
97 mConn(new ARTSPConnection),
992 sp<ARTSPConnection> mConn;
    [all...]
MyTransmitter.h 80 mConn(new ARTSPConnection),
838 sp<ARTSPConnection> mConn;

Completed in 26 milliseconds