Searched refs:onRttSessionRemotelyTerminated (Results 1 – 7 of 7) sorted by relevance
624 void onRttSessionRemotelyTerminated(String callId) { in onRttSessionRemotelyTerminated() method in ConnectionServiceAdapter628 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession()); in onRttSessionRemotelyTerminated()
265 public void onRttSessionRemotelyTerminated(RemoteConnection connection) {} in onRttSessionRemotelyTerminated() method in RemoteConnection.Callback1618 void onRttSessionRemotelyTerminated() { in onRttSessionRemotelyTerminated() method in RemoteConnection1623 () -> callback.onRttSessionRemotelyTerminated(connection)); in onRttSessionRemotelyTerminated()
465 public void onRttSessionRemotelyTerminated(String callId, Session.Info sessionInfo)469 .onRttSessionRemotelyTerminated();
338 mDelegate.onRttSessionRemotelyTerminated((String) msg.obj,646 public void onRttSessionRemotelyTerminated(String connectionId, Session.Info sessionInfo)
1129 public void onRttSessionRemotelyTerminated(Connection c) {} in onRttSessionRemotelyTerminated() method in Connection.Listener2965 mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this)); in sendRttSessionRemotelyTerminated()
1793 public void onRttSessionRemotelyTerminated(Connection c) {1796 mAdapter.onRttSessionRemotelyTerminated(id);
123 void onRttSessionRemotelyTerminated(String callId, in Session.Info sessionInfo); in onRttSessionRemotelyTerminated() method