Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DScrollCaptureConnection.java70 private CancellationSignal mCancellation; field in ScrollCaptureConnection
112 mCancellation = CancellationSignal.fromTransport(cancellation); in startCapture()
131 mCancellation = null; in onStartCaptureCompleted()
142 mCancellation = CancellationSignal.fromTransport(cancellation); in requestImage()
150 mSession, mCancellation, new Rect(requestRect), listener); in requestImage()
165 mCancellation = null; in onImageRequestCompleted()
177 mCancellation = CancellationSignal.fromTransport(cancellation); in endCapture()
200 mCancellation = null; in onEndCaptureCompleted()
240 if (mCancellation != null) { in cancelPendingAction()
243 mCancellation.cancel(); in cancelPendingAction()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRemoteRotationResolverService.java104 private ICancellationSignal mCancellation; field in RemoteRotationResolverService.RotationRequest
137 if (mCancellation != null) { in cancelInternal()
138 mCancellation.cancel(); in cancelInternal()
139 mCancellation = null; in cancelInternal()
209 request.mCancellation = cancellation; in onCancellable()
/aosp14/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 …]