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

  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.h 30 struct ARTPConnection : public AHandler {
35 explicit ARTPConnection(uint32_t flags = 0);
54 virtual ~ARTPConnection();
92 DISALLOW_EVIL_CONSTRUCTORS(ARTPConnection);
ARTPConnection.cpp 18 #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)
76 ARTPConnection::~ARTPConnection() {
79 void ARTPConnection::addStream(
95 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket)
    [all...]

Completed in 421 milliseconds