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

/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.h30 struct ARTPConnection : public AHandler { struct in namespace:android
35 ARTPConnection(uint32_t flags = 0);
54 virtual ~ARTPConnection();
92 DISALLOW_EVIL_CONSTRUCTORS(ARTPConnection);
H A DARTPConnection.cpp18 #define LOG_TAG "ARTPConnection"
22 #include "ARTPConnection.h"
53 const int64_t ARTPConnection::kSelectTimeoutUs = 1000ll;
55 struct ARTPConnection::StreamInfo {
70 ARTPConnection::ARTPConnection(uint32_t flags) function in class:android::ARTPConnection
76 ARTPConnection::~ARTPConnection() {
79 void ARTPConnection::addStream(
95 void ARTPConnection
[all...]

Completed in 502 milliseconds