Home
last modified time | relevance | path

Searched refs:canBeDestroyed (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h77 bool canBeDestroyed() const;
DLayerLifecycleManager.cpp104 if (!layer.canBeDestroyed()) { in onHandlesDestroyed()
144 if (linkedLayer->canBeDestroyed()) { in onHandlesDestroyed()
DRequestedLayerState.cpp434 bool RequestedLayerState::canBeDestroyed() const { in canBeDestroyed() function in android::surfaceflinger::frontend::RequestedLayerState