Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DTextSessionTest.java95 DatagramSocket rtpSocket = null; in testOpenSession() local
99 rtpSocket = new DatagramSocket(); in testOpenSession()
106 ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in testOpenSession()
DAudioOffloadTest.java109 DatagramSocket rtpSocket = null; in testOpenSession() local
113 rtpSocket = new DatagramSocket(); in testOpenSession()
120 ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in testOpenSession()
133 rtpSocket.close(); in testOpenSession()
DVideoSessionTest.java109 DatagramSocket rtpSocket = null; in testOpenSession() local
113 rtpSocket = new DatagramSocket(); in testOpenSession()
120 ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in testOpenSession()
DAudioSessionTest.java104 DatagramSocket rtpSocket = null; in testOpenSession() local
108 rtpSocket = new DatagramSocket(); in testOpenSession()
115 ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in testOpenSession()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DImsMediaManager.java73 public void openSession(@NonNull final DatagramSocket rtpSocket, in openSession() argument
82 mImsMedia.openSession(ParcelFileDescriptor.fromDatagramSocket(rtpSocket), in openSession()