Searched refs:mSwitchInProgress (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h238 bool mSwitchInProgress; member in struct:android::LiveSession
H A DLiveSession.cpp301 mSwitchInProgress(false),
758 if (mSwitchInProgress) {
1932 mSwitchInProgress = true;
1942 ALOGV("onChangeConfiguration3: mSwitchInProgress %d, mStreamMask 0x%x",
1943 mSwitchInProgress, mStreamMask);
1971 if (!mSwitchInProgress) {
2036 mSwitchInProgress = false;
2059 ALOGV("onPollBuffering: mSwitchInProgress %d, mReconfigurationInProgress %d, "
2061 mSwitchInProgress, mReconfigurationInProgress,
2095 if (!mSwitchInProgress) {
[all...]

Completed in 55 milliseconds