Searched defs:rtcpSocket (Results  1 – 2 of 2) sorted by relevance
| /frameworks/av/media/libstagefright/rtsp/ | 
| D | ARTPSession.cpp | 78         int rtcpSocket = MakeUDPSocket(port + 1);  in setup()  local
 | 
| D | ARTPConnection.cpp | 105         int rtpSocket, int rtcpSocket,  in addStream()125 void ARTPConnection::removeStream(int rtpSocket, int rtcpSocket) {  in removeStream()
 139         int *rtpSocket, int *rtcpSocket, unsigned *rtpPort) {  in MakePortPair()
 187         int *rtpSocket, int *rtcpSocket, const char *localIp, const char *remoteIp,  in MakeRTPSocketPair()
 417     int32_t rtpSocket, rtcpSocket;  in onRemoveStream()  local
 
 |