Searched refs:mSwitchInProgress (Results 1 – 2 of 2) sorted by relevance
301 mSwitchInProgress(false), in LiveSession()772 if (mSwitchInProgress) { in onMessageReceived()1953 mSwitchInProgress = true; in onChangeConfiguration3()1964 mSwitchInProgress, mStreamMask); in onChangeConfiguration3()1992 if (!mSwitchInProgress) { in tryToFinishBandwidthSwitch()2057 mSwitchInProgress = false; in tryToFinishBandwidthSwitch()2082 mSwitchInProgress, mReconfigurationInProgress, in onPollBuffering()2116 if (!mSwitchInProgress) { in cancelBandwidthSwitch()2155 mSwitchInProgress = false; in cancelBandwidthSwitch()2322 if (mSwitchInProgress) { in switchBandwidthIfNeeded()
240 bool mSwitchInProgress; member