Searched refs:captureLayer (Results 1 – 3 of 3) sorted by relevance
38 public static void captureLayer(SurfaceControl sc, Rect crop, in captureLayer() method in ScreenshotUtils115 captureLayer(sc, crop, consumer); in takeScreenshot()
761 sp<FrameCaptureLayer> captureLayer = new FrameCaptureLayer(); in initSurface() local762 if (captureLayer->init() != OK) { in initSurface()766 mCaptureLayer = captureLayer; in initSurface()768 return captureLayer->getSurface(); in initSurface()
529 ScreenshotUtils.captureLayer(info.getLeash(), crop, consumer); in screenshotTask()