HomeSort by relevance Sort by last modified time
    Searched defs:ARTPSession (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTPSession.h 30 struct ARTPSession : public AHandler {
31 ARTPSession();
41 virtual ~ARTPSession();
64 DISALLOW_EVIL_CONSTRUCTORS(ARTPSession);
ARTPSession.cpp 18 #define LOG_TAG "ARTPSession"
21 #include "ARTPSession.h"
38 ARTPSession::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::validateMediaFormat(size_t index, unsigned *port) const
    [all...]

Completed in 94 milliseconds