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