Searched refs:mSwitchInProgress (Results 1 – 2 of 2) sorted by relevance
300 mSwitchInProgress(false), in LiveSession()771 if (mSwitchInProgress) { in onMessageReceived()1952 mSwitchInProgress = true; in onChangeConfiguration3()1963 mSwitchInProgress, mStreamMask); in onChangeConfiguration3()1991 if (!mSwitchInProgress) { in tryToFinishBandwidthSwitch()2056 mSwitchInProgress = false; in tryToFinishBandwidthSwitch()2081 mSwitchInProgress, mReconfigurationInProgress, in onPollBuffering()2115 if (!mSwitchInProgress) { in cancelBandwidthSwitch()2154 mSwitchInProgress = false; in cancelBandwidthSwitch()2321 if (mSwitchInProgress) { in switchBandwidthIfNeeded()
240 bool mSwitchInProgress; member