Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp80 int rtpSocket, int rtcpSocket, in addStream() argument
86 msg->setInt32("rtp-socket", rtpSocket); in addStream()
95 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) { in removeStream() argument
97 msg->setInt32("rtp-socket", rtpSocket); in removeStream()
109 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) { in MakePortPair() argument
110 *rtpSocket = socket(AF_INET, SOCK_DGRAM, 0); in MakePortPair()
111 CHECK_GE(*rtpSocket, 0); in MakePortPair()
113 bumpSocketBufferSize(*rtpSocket); in MakePortPair()
131 if (bind(*rtpSocket, in MakePortPair()
214 int32_t rtpSocket, rtcpSocket; in onRemoveStream() local
[all …]
DARTPConnection.h38 int rtpSocket, int rtcpSocket,
43 void removeStream(int rtpSocket, int rtcpSocket);
51 int *rtpSocket, int *rtcpSocket, unsigned *rtpPort);
DARTPSession.cpp77 int rtpSocket = MakeUDPSocket(port); in setup() local
82 info->mRTPSocket = rtpSocket; in setup()
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */); in setup()
DMyHandler.h336 bool pokeAHole(int rtpSocket, int rtcpSocket, const AString &transport) { in pokeAHole()
399 addSDES(rtpSocket, buf); in pokeAHole()
404 rtpSocket, buf->data(), buf->size(), 0, in pokeAHole()