Searched refs:mIgnoreLayers (Results 1 – 2 of 2) sorted by relevance
805 auto it = std::find(mIgnoreLayers.begin(), mIgnoreLayers.end(), layer); in destroyLayer()809 mIgnoreLayers.erase(it); in destroyLayer()838 for (auto it = mIgnoreLayers.begin(); it != mIgnoreLayers.end();) { in destroyLayers()840 it = mIgnoreLayers.erase(it); in destroyLayers()854 if (mIgnoreLayers.size()) { in checkLayer()855 auto it = std::find(mIgnoreLayers.begin(), mIgnoreLayers.end(), temp); in checkLayer()864 for (auto it = mIgnoreLayers.begin(); it != mIgnoreLayers.end();) { in checkIgnoreLayers()2098 if (mIgnoreLayers.size()) { in printDebugInfos()2719 if ((ret = set_out_param(mIgnoreLayers[i], mIgnoreLayers[i]->mValidateCompositionType, in getChangedCompositionTypes()3319 for (auto it : mIgnoreLayers) { in presentPostProcessing()[all …]
431 std::vector<ExynosLayer*> mIgnoreLayers; variable