Lines Matching refs:videoState
644 public void answerVideo(String callId, int videoState, Session.Info sessionInfo) {
650 args.argi1 = videoState;
1424 int videoState = args.argi1;
1425 answerVideo(callId, videoState);
1925 public void onVideoStateChanged(Conference c, int videoState) {
1927 Log.d(this, "onVideoStateChanged set video state %d", videoState);
1928 mAdapter.setVideoState(id, videoState);
2050 public void onVideoStateChanged(Connection c, int videoState) {
2052 Log.d(this, "Adapter set video state %d", videoState);
2053 mAdapter.setVideoState(id, videoState);
2556 private void answerVideo(String callId, int videoState) { in answerVideo() argument
2559 findConnectionForAction(callId, "answer").onAnswer(videoState); in answerVideo()
2561 findConferenceForAction(callId, "answer").onAnswer(videoState); in answerVideo()