Searched refs:currentVideoState (Results 1 – 1 of 1) sorted by relevance
1387 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse() local1396 int changedBits = currentVideoState ^ newVideoState; in onReceiveSessionModifyResponse()1404 currentVideoState &= ~(changedBits & currentVideoState); in onReceiveSessionModifyResponse()1406 currentVideoState |= changedBits & newVideoState; in onReceiveSessionModifyResponse()1413 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1414 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()