Searched refs:currentVideoState (Results 1 – 1 of 1) sorted by relevance
1390 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse() local1399 int changedBits = currentVideoState ^ newVideoState; in onReceiveSessionModifyResponse()1407 currentVideoState &= ~(changedBits & currentVideoState); in onReceiveSessionModifyResponse()1409 currentVideoState |= changedBits & newVideoState; in onReceiveSessionModifyResponse()1416 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1417 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()