Home
last modified time | relevance | path

Searched defs:rtcpSocket (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp105 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
H A DARTPSession.cpp78 int rtcpSocket = MakeUDPSocket(port + 1); in setup() local
/aosp_15_r20/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DTextSessionTest.java101 DatagramSocket rtcpSocket = null; in testOpenSession() local
DVideoSessionTest.java115 DatagramSocket rtcpSocket = null; in testOpenSession() local
DAudioSessionTest.java114 DatagramSocket rtcpSocket = null; in testOpenSession() local
DAudioOffloadTest.java110 DatagramSocket rtcpSocket = null; in testOpenSession() local
/aosp_15_r20/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DImsMediaManager.java74 @NonNull final DatagramSocket rtcpSocket, in openSession()