Searched refs:rtpSocket (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.h38 int rtpSocket, int rtcpSocket,
43 void removeStream(int rtpSocket, int rtcpSocket);
48 // (the rtpSocket is bound to an even port, the rtcpSocket to the
51 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort);
H A DARTPConnection.cpp80 int rtpSocket, int rtcpSocket,
86 msg->setInt32("rtp-socket", rtpSocket);
95 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) { argument
97 msg->setInt32("rtp-socket", rtpSocket);
109 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) {
110 *rtpSocket = socket(AF_INET, SOCK_DGRAM, 0);
111 CHECK_GE(*rtpSocket, 0);
113 bumpSocketBufferSize(*rtpSocket);
130 if (bind(*rtpSocket,
213 int32_t rtpSocket, rtcpSocke local
79 addStream( int rtpSocket, int rtcpSocket, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify, bool injected) argument
108 MakePortPair( int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) argument
[all...]
H A DARTPSession.cpp77 int rtpSocket = MakeUDPSocket(port); local
82 info->mRTPSocket = rtpSocket;
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */);
H A DMyHandler.h258 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { argument
322 addSDES(rtpSocket, buf);
327 rtpSocket, buf->data(), buf->size(), 0,

Completed in 68 milliseconds