Searched refs:rtpSocket (Results 1 – 5 of 5) sorted by relevance
95 DatagramSocket rtpSocket = null; in testOpenSession() local99 rtpSocket = new DatagramSocket(); in testOpenSession()106 ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in testOpenSession()
109 DatagramSocket rtpSocket = null; in testOpenSession() local113 rtpSocket = new DatagramSocket(); in testOpenSession()120 ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in testOpenSession()133 rtpSocket.close(); in testOpenSession()
109 DatagramSocket rtpSocket = null; in testOpenSession() local113 rtpSocket = new DatagramSocket(); in testOpenSession()120 ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in testOpenSession()
104 DatagramSocket rtpSocket = null; in testOpenSession() local108 rtpSocket = new DatagramSocket(); in testOpenSession()115 ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in testOpenSession()
73 public void openSession(@NonNull final DatagramSocket rtpSocket, in openSession() argument82 mImsMedia.openSession(ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in openSession()