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.aidl137 void startRtt(String callId, in ParcelFileDescriptor fromInCall, in startRtt() argument
142 void respondToRttUpgradeRequest(String callId, in ParcelFileDescriptor fromInCall, in respondToRttUpgradeRequest() argument
/frameworks/base/telecomm/java/android/telecom/
DConnection.java1301 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) { in RttTextStream() argument
1302 mFdFromInCall = fromInCall; in RttTextStream()
1304 mFromInCallFileInputStream = new FileInputStream(fromInCall.getFileDescriptor()); in RttTextStream()
DConnectionService.java1071 public void startRtt(String callId, ParcelFileDescriptor fromInCall,
1077 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);
1099 public void respondToRttUpgradeRequest(String callId, ParcelFileDescriptor fromInCall,
1105 if (toInCall == null || fromInCall == null) {
1108 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);