Home
last modified time | relevance | path

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

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