Searched refs:setVideoState (Results 1 – 10 of 10) sorted by relevance
81 connection.setVideoState(parcel.getVideoState());247 public void setVideoState(String callId, int videoState) {249 .setVideoState(videoState);
337 void setVideoState(String callId, int videoState) { in setVideoState() method in ConnectionServiceAdapter341 adapter.setVideoState(callId, videoState); in setVideoState()
160 mDelegate.setVideoState((String) msg.obj, msg.arg1);325 public void setVideoState(String connectionId, int videoState) {
890 void setVideoState(int videoState) { in setVideoState() method in RemoteConnection
892 public final void setVideoState(int videoState) { in setVideoState() method in Connection
458 mAdapter.setVideoState(id, videoState);
71 void setVideoState(String callId, int videoState); in setVideoState() method
513 public void setVideoState(int videoState) { in setVideoState() method in Connection
648 setVideoState(newVideoState); in updateMediaCapabilities()
405 conn.setVideoState(videoState); in dialInternal()