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