Home
last modified time | relevance | path

Searched refs:mCancellation (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DScrollCaptureConnection.java63 private CancellationSignal mCancellation; field in ScrollCaptureConnection
99 mCancellation = CancellationSignal.fromTransport(cancellation); in startCapture()
103 SafeCallback.create(mCancellation, mUiThread, this::onStartCaptureCompleted); in startCapture()
127 mCancellation = CancellationSignal.fromTransport(cancellation); in requestImage()
130 SafeCallback.create(mCancellation, mUiThread, this::onImageRequestCompleted); in requestImage()
133 mSession, mCancellation, new Rect(requestRect), listener)); in requestImage()
154 mCancellation = CancellationSignal.fromTransport(cancellation); in endCapture()
157 SafeCallback.create(mCancellation, mUiThread, this::onEndCaptureCompleted); in endCapture()
181 if (mCancellation != null) { in close()
183 mCancellation.cancel(); in close()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRemoteRotationResolverService.java100 private ICancellationSignal mCancellation; field in RemoteRotationResolverService.RotationRequest
136 if (mCancellation != null) { in cancelInternal()
137 mCancellation.cancel(); in cancelInternal()
138 mCancellation = null; in cancelInternal()
208 request.mCancellation = cancellation; in onCancellable()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java584 protected ICancellationSignal mCancellation; field in RemotePrintDocument.AsyncCommand
631 if (mCancellation != null) { in cancel()
633 mCancellation.cancel(); in cancel()
784 mCancellation = cancellation; in handleOnLayoutStarted()
817 mCancellation = null; in handleOnLayoutFinished()
837 mCancellation = null; in handleOnLayoutFailed()
855 mCancellation = null; in handleOnLayoutCanceled()
1106 mCancellation = cancellation; in handleOnWriteStarted()
1135 mCancellation = null; in handleOnWriteFinished()
1153 mCancellation = null; in handleOnWriteFailed()
[all …]