Searched refs:clearHwcLayers (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayer.h468 void clearHwcLayers() { function in class:android::Layer
H A DSurfaceFlinger.h578 void clearHwcLayers(const LayerVector& layers);
H A DSurfaceFlinger.cpp1251 void SurfaceFlinger::clearHwcLayers(const LayerVector& layers) { function in class:android::SurfaceFlinger
1253 layers[i]->clearHwcLayers();
1260 clearHwcLayers(mDrawingState.layersSortedByZ);
1261 clearHwcLayers(mCurrentState.layersSortedByZ);
H A DLayer.cpp303 clearHwcLayers();

Completed in 72 milliseconds