Searched refs:mReconfigurationInProgress (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp300 mReconfigurationInProgress(false),
632 if (mReconfigurationInProgress) {
642 if (mReconfigurationInProgress) {
1528 CHECK(!mReconfigurationInProgress);
1529 mReconfigurationInProgress = true;
1634 if (!mReconfigurationInProgress) {
1930 mReconfigurationInProgress = false;
2059 ALOGV("onPollBuffering: mSwitchInProgress %d, mReconfigurationInProgress %d, "
2061 mSwitchInProgress, mReconfigurationInProgress,
2143 if (mReconfigurationInProgress) {
[all...]
H A DLiveSession.h237 bool mReconfigurationInProgress; member in struct:android::LiveSession

Completed in 172 milliseconds