Home
last modified time | relevance | path

Searched refs:fromInCall (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl123 void startRtt(String callId, in ParcelFileDescriptor fromInCall, in startRtt() argument
128 void respondToRttUpgradeRequest(String callId, in ParcelFileDescriptor fromInCall, in respondToRttUpgradeRequest() argument
/frameworks/base/telecomm/java/android/telecom/
DConnection.java1128 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) { in RttTextStream() argument
1129 mFdFromInCall = fromInCall; in RttTextStream()
1131 mFromInCallFileInputStream = new FileInputStream(fromInCall.getFileDescriptor()); in RttTextStream()
DConnectionService.java739 public void startRtt(String callId, ParcelFileDescriptor fromInCall,
745 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);
767 public void respondToRttUpgradeRequest(String callId, ParcelFileDescriptor fromInCall,
773 if (toInCall == null || fromInCall == null) {
776 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);