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