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

  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 139 bool mReconfigurationInProgress;
LiveSession.cpp 63 mReconfigurationInProgress(false),
206 if (mReconfigurationInProgress) {
770 if (!mReconfigurationInProgress) {
815 CHECK(!mReconfigurationInProgress);
816 mReconfigurationInProgress = true;
896 if (!mReconfigurationInProgress) {
1091 mReconfigurationInProgress = false;
1109 if (mReconfigurationInProgress) {
    [all...]

Completed in 658 milliseconds