Searched refs:fromInCall (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionService.aidl | 137 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/ |
D | Connection.java | 1301 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) { in RttTextStream() argument 1302 mFdFromInCall = fromInCall; in RttTextStream() 1304 mFromInCallFileInputStream = new FileInputStream(fromInCall.getFileDescriptor()); in RttTextStream()
|
D | ConnectionService.java | 1071 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);
|