Searched refs:onRttSessionRemotelyTerminated (Results 1 – 7 of 7) sorted by relevance
587 void onRttSessionRemotelyTerminated(String callId) { in onRttSessionRemotelyTerminated() method in ConnectionServiceAdapter591 adapter.onRttSessionRemotelyTerminated(callId, Log.getExternalSession()); in onRttSessionRemotelyTerminated()
261 public void onRttSessionRemotelyTerminated(RemoteConnection connection) {} in onRttSessionRemotelyTerminated() method in RemoteConnection.Callback1532 void onRttSessionRemotelyTerminated() { in onRttSessionRemotelyTerminated() method in RemoteConnection1537 () -> callback.onRttSessionRemotelyTerminated(connection)); in onRttSessionRemotelyTerminated()
436 public void onRttSessionRemotelyTerminated(String callId, Session.Info sessionInfo)440 .onRttSessionRemotelyTerminated();
315 mDelegate.onRttSessionRemotelyTerminated((String) msg.obj,574 public void onRttSessionRemotelyTerminated(String connectionId, Session.Info sessionInfo)
806 public void onRttSessionRemotelyTerminated(Connection c) {} in onRttSessionRemotelyTerminated() method in Connection.Listener2550 mListeners.forEach((l) -> l.onRttSessionRemotelyTerminated(Connection.this)); in sendRttSessionRemotelyTerminated()
1303 public void onRttSessionRemotelyTerminated(Connection c) {1306 mAdapter.onRttSessionRemotelyTerminated(id);
114 void onRttSessionRemotelyTerminated(String callId, in Session.Info sessionInfo); in onRttSessionRemotelyTerminated() method