Searched refs:toInCall (Results 1 – 3 of 3) sorted by relevance
138 in ParcelFileDescriptor toInCall, in Session.Info sessionInfo); in startRtt() argument143 in ParcelFileDescriptor toInCall, in Session.Info sessionInfo); in respondToRttUpgradeRequest() argument
1301 public RttTextStream(ParcelFileDescriptor toInCall, ParcelFileDescriptor fromInCall) { in RttTextStream() argument1303 mFdToInCall = toInCall; in RttTextStream()1310 new FileOutputStream(toInCall.getFileDescriptor())); in RttTextStream()
1072 ParcelFileDescriptor toInCall, Session.Info sessionInfo) throws RemoteException {1077 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);1100 ParcelFileDescriptor toInCall, Session.Info sessionInfo) throws RemoteException {1105 if (toInCall == null || fromInCall == null) {1108 args.arg2 = new Connection.RttTextStream(toInCall, fromInCall);