Home
last modified time | relevance | path

Searched refs:excludeLayer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/window/
DScreenCapture.java501 for (SurfaceControl excludeLayer : mExcludeLayers) { in writeToParcel()
502 excludeLayer.writeToParcel(dest, flags); in writeToParcel()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp7977 uint32_t excludeLayer = LayerHandle::getLayerId(handle); in captureDisplay() local
7978 if (excludeLayer != UNASSIGNED_LAYER_ID) { in captureDisplay()
7979 excludeLayerIds.emplace(excludeLayer); in captureDisplay()
8118 uint32_t excludeLayer = LayerHandle::getLayerId(handle); in captureLayers() local
8119 if (excludeLayer != UNASSIGNED_LAYER_ID) { in captureLayers()
8120 excludeLayerIds.emplace(excludeLayer); in captureLayers()