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

  /frameworks/base/media/libstagefright/rtsp/
ARTPConnection.h 30 struct ARTPConnection : public AHandler {
35 ARTPConnection(uint32_t flags = 0);
54 virtual ~ARTPConnection();
92 DISALLOW_EVIL_CONSTRUCTORS(ARTPConnection);
ARTPSession.h 26 struct ARTPConnection;
57 sp<ARTPConnection> mRTPConn;
ARTPConnection.cpp 18 #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)
75 ARTPConnection::~ARTPConnection() {
78 void ARTPConnection::addStream(
94 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket)
    [all...]
Android.mk 14 ARTPConnection.cpp \
ARTPSession.cpp 33 #include "ARTPConnection.h"
47 mRTPConn = new ARTPConnection(ARTPConnection::kRegularlyRequestFIR);
MyHandler.h 26 #include "ARTPConnection.h"
105 mRTPConn(new ARTPConnection),
    [all...]
MyTransmitter.h 21 #include "ARTPConnection.h"
399 ARTPConnection::MakePortPair(&mRTPSocket, &mRTCPSocket, &rtpPort);

Completed in 223 milliseconds