Home
last modified time | relevance | path

Searched refs:startCapture (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureConnectionTest.java124 mConnection.startCapture(mSurface, mRemote); in testStartCapture()
136 ICancellationSignal signal = mConnection.startCapture(mSurface, mRemote); in testStartCapture_cancellation()
148 mConnection.startCapture(mSurface, mRemote); in testRequestImage()
162 mConnection.startCapture(mSurface, mRemote); in testRequestImage_afterClose()
175 mConnection.startCapture(mSurface, mRemote); in testRequestImage_cancellation()
188 mConnection.startCapture(mSurface, mRemote); in testEndCapture()
207 mConnection.startCapture(mSurface, mRemote); in testEndCapture_afterClose()
221 mConnection.startCapture(mSurface, mRemote); in testClose_withPendingOperation()
241 mConnection.startCapture(mSurface, mRemote); in testEndCapture_cancellation()
260 mConnection.startCapture(mSurface, mRemote); in testClose_whileActive()
/aosp14/frameworks/base/core/java/android/view/
H A DIScrollCaptureConnection.aidl40 ICancellationSignal startCapture(in Surface surface, IScrollCaptureCallbacks callbacks); in startCapture() method
H A DScrollCaptureConnection.java97 public ICancellationSignal startCapture(@NonNull Surface surface, in startCapture() method in ScrollCaptureConnection
/aosp14/frameworks/base/core/java/android/hardware/camera2/extension/
H A DISessionProcessorImpl.aidl41 int startCapture(in ICaptureCallback callback, in boolean isPostviewRequested); in startCapture() method
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/screenshot/
H A DFakeScrollCaptureConnection.java47 public ICancellationSignal startCapture(Surface surface, IScrollCaptureCallbacks callbacks) { in startCapture() method in FakeScrollCaptureConnection
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureClient.java306 mCancellationSignal = mConnection.startCapture(mReader.getSurface(), this);
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java553 boolean result = hardwareImpl.startCapture(surface, config); in captureFrame()
1144 private boolean startCapture(Surface surface, TvStreamConfig config) { in startCapture() method in TvInputHardwareManager.TvInputHardwareImpl
/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java1374 public int startCapture(ICaptureCallback callback, boolean isPostviewRequested) { in startCapture() method in CameraExtensionsProxyService.SessionProcessorImplStub
1378 mSessionProcessor.startCapture(new CaptureCallbackStub(callback, in startCapture()
1382 return mSessionProcessor.startCapture(new CaptureCallbackStub(callback, mCameraId)); in startCapture()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraAdvancedExtensionSessionImpl.java457 seqId = mSessionProcessor.startCapture(new RequestCallbackHandler(request, in capture()