Searched refs:currentVideoState (Results 1 – 1 of 1) sorted by relevance
1287 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse() local1296 int changedBits = currentVideoState ^ newVideoState; in onReceiveSessionModifyResponse()1304 currentVideoState &= ~(changedBits & currentVideoState); in onReceiveSessionModifyResponse()1306 currentVideoState |= changedBits & newVideoState; in onReceiveSessionModifyResponse()1313 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1314 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()