Home | History | Annotate | Download | only in impl

Lines Matching refs:audioState

801   public void setAudioState(CallAudioState audioState) {
802 LogUtil.i("SurfaceViewVideoCallFragment.setAudioState", "audioState: " + audioState);
803 speakerButtonController.setAudioState(audioState);
804 muteButton.setChecked(audioState.isMuted());