Searched refs:startRtt (Results 1 – 4 of 4) sorted by relevance
218 mRemote.startRtt(rttTextStream); in onStartRtt()
1283 void startRtt(Call call, ParcelFileDescriptor fromInCall, ParcelFileDescriptor toInCall) { in startRtt() method in ConnectionServiceWrapper1288 mServiceInterface.startRtt(callId, fromInCall, toInCall, Log.getExternalSession()); in startRtt()
2175 mConnectionService.startRtt(this, getInCallToCsRttPipeForCs(), getCsToInCallRttPipeForCs()); in sendRttRequest()
342 public void startRtt(String callId, ParcelFileDescriptor fromInCall, in startRtt() method in ConnectionServiceFixture.FakeConnectionService