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

/frameworks/base/media/libstagefright/rtsp/
H A DARTPConnection.h30 struct ARTPConnection : public AHandler { struct in namespace:android
36 ARTPConnection(uint32_t flags = 0);
57 virtual ~ARTPConnection();
97 DISALLOW_EVIL_CONSTRUCTORS(ARTPConnection);
H A DARTPConnection.cpp18 #define LOG_TAG "ARTPConnection"
21 #include "ARTPConnection.h"
52 const int64_t ARTPConnection::kSelectTimeoutUs = 1000ll;
54 struct ARTPConnection::StreamInfo {
69 ARTPConnection::ARTPConnection(uint32_t flags) function in class:android::ARTPConnection
75 ARTPConnection::~ARTPConnection() {
78 void ARTPConnection::addStream(
94 void ARTPConnection
[all...]

Completed in 49 milliseconds