Home
last modified time | relevance | path

Searched refs:toInCall (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl138 in ParcelFileDescriptor toInCall, in Session.Info sessionInfo); in startRtt() argument
143 in ParcelFileDescriptor toInCall, in Session.Info sessionInfo); in respondToRttUpgradeRequest() argument
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java1317 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) { in RttTextStream() argument
1319 mFdToInCall = toInCall; in RttTextStream()
1326 new FileOutputStream(toInCall.getFileDescriptor())); in RttTextStream()
H A DConnectionService.java1070 ParcelFileDescriptor toInCall, Session.Info sessionInfo) throws RemoteException {
1075 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);
1098 ParcelFileDescriptor toInCall, Session.Info sessionInfo) throws RemoteException {
1103 if (toInCall == null || fromInCall == null) {
1106 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);