Searched refs:excludeLayer (Results 1 – 2 of 2) sorted by relevance
501 for (SurfaceControl excludeLayer : mExcludeLayers) { in writeToParcel()502 excludeLayer.writeToParcel(dest, flags); in writeToParcel()
7977 uint32_t excludeLayer = LayerHandle::getLayerId(handle); in captureDisplay() local7978 if (excludeLayer != UNASSIGNED_LAYER_ID) { in captureDisplay()7979 excludeLayerIds.emplace(excludeLayer); in captureDisplay()8118 uint32_t excludeLayer = LayerHandle::getLayerId(handle); in captureLayers() local8119 if (excludeLayer != UNASSIGNED_LAYER_ID) { in captureLayers()8120 excludeLayerIds.emplace(excludeLayer); in captureLayers()