Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.h68 bool canBeDestroyed() const;
DLayerLifecycleManager.cpp101 if (!layer.canBeDestroyed()) { in onHandlesDestroyed()
145 if (linkedLayer->canBeDestroyed()) { in onHandlesDestroyed()
DRequestedLayerState.cpp377 bool RequestedLayerState::canBeDestroyed() const { in canBeDestroyed() function in android::surfaceflinger::frontend::RequestedLayerState