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.aidl128 void startRtt(String callId, in ParcelFileDescriptor fromInCall, in startRtt() argument
133 void respondToRttUpgradeRequest(String callId, in ParcelFileDescriptor fromInCall, in respondToRttUpgradeRequest() argument
/frameworks/base/telecomm/java/android/telecom/
DConnection.java1263 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) { in RttTextStream() argument
1264 mFdFromInCall = fromInCall; in RttTextStream()
1266 mFromInCallFileInputStream = new FileInputStream(fromInCall.getFileDescriptor()); in RttTextStream()
DConnectionService.java792 public void startRtt(String callId, ParcelFileDescriptor fromInCall,
798 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);
820 public void respondToRttUpgradeRequest(String callId, ParcelFileDescriptor fromInCall,
826 if (toInCall == null || fromInCall == null) {
829 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);