Searched refs:currentVideoState (Results 1 – 1 of 1) sorted by relevance
1615 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse() local1624 int changedBits = currentVideoState ^ newVideoState; in onReceiveSessionModifyResponse()1632 currentVideoState &= ~(changedBits & currentVideoState); in onReceiveSessionModifyResponse()1634 currentVideoState |= changedBits & newVideoState; in onReceiveSessionModifyResponse()1641 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1642 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()