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

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.h30 struct ARTPSession : public AHandler { struct in namespace:android
31 ARTPSession();
41 virtual ~ARTPSession();
64 DISALLOW_EVIL_CONSTRUCTORS(ARTPSession);
H A DARTPSession.cpp18 #define LOG_TAG "ARTPSession"
21 #include "ARTPSession.h"
38 ARTPSession::ARTPSession() function in class:android::ARTPSession
42 status_t ARTPSession::setup(const sp<ASessionDescription> &desc) {
100 int ARTPSession::MakeUDPSocket(unsigned port) {
115 ARTPSession::~ARTPSession() {
126 void ARTPSession::onMessageReceived(const sp<AMessage> &msg) {
198 bool ARTPSession
[all...]

Completed in 28 milliseconds