Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl129 in ParcelFileDescriptor toInCall, in Session.Info sessionInfo); in startRtt() argument
134 in ParcelFileDescriptor toInCall, in Session.Info sessionInfo); in respondToRttUpgradeRequest() argument
/frameworks/base/telecomm/java/android/telecom/
DConnection.java1263 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) { in RttTextStream() argument
1265 mFdToInCall = toInCall; in RttTextStream()
1272 new FileOutputStream(toInCall.getFileDescriptor())); in RttTextStream()
DConnectionService.java793 ParcelFileDescriptor toInCall, Session.Info sessionInfo) throws RemoteException {
798 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);
821 ParcelFileDescriptor toInCall, Session.Info sessionInfo) throws RemoteException {
826 if (toInCall == null || fromInCall == null) {
829 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);