Home
last modified time | relevance | path

Searched refs:endCapture (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureConnectionTest.java164 mConnection.endCapture(); in testEndCapture()
179 ICancellationSignal signal = mConnection.endCapture(); in testEndCapture_cancellation()
/aosp12/frameworks/base/core/java/android/view/
H A DIScrollCaptureConnection.aidl57 ICancellationSignal endCapture(); in endCapture() method
H A DScrollCaptureConnection.java150 public ICancellationSignal endCapture() throws RemoteException { in endCapture() method in ScrollCaptureConnection
/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DSkiaCapture.h51 void endCapture();
H A DSkiaCapture.cpp82 void SkiaCapture::endCapture() NO_THREAD_SAFETY_ANALYSIS { in endCapture() function in android::renderengine::skia::SkiaCapture
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.h103 void endCapture(SkSurface* surface);
H A DSkiaPipeline.cpp399 void SkiaPipeline::endCapture(SkSurface* surface) { in endCapture() function in android::uirenderer::skiapipeline::SkiaPipeline
459 endCapture(surface.get()); in renderFrame()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DFakeScrollCaptureConnection.java80 public ICancellationSignal endCapture() { in endCapture() method in FakeScrollCaptureConnection
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureClient.java403 mConnection.endCapture();
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1127 mCapture->endCapture(); in drawLayers()