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

/frameworks/native/services/surfaceflinger/
H A DLayer.h364 bool isPendingRemoval() const { return mPendingRemoval; } function in class:android::Layer
H A DSurfaceFlinger.cpp3071 if (parent->isPendingRemoval()) {
3103 if (layer->isPendingRemoval()) {
3339 if (layer->isPendingRemoval()) {
3500 if (layer->isPendingRemoval()) {
4800 if (parent == nullptr || parent->isPendingRemoval()) {

Completed in 53 milliseconds