Searched refs:currentVideoState (Results 1 – 1 of 1) sorted by relevance
1217 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse() local1226 int changedBits = currentVideoState ^ newVideoState; in onReceiveSessionModifyResponse()1234 currentVideoState &= ~(changedBits & currentVideoState); in onReceiveSessionModifyResponse()1236 currentVideoState |= changedBits & newVideoState; in onReceiveSessionModifyResponse()1243 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1244 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()