Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DScrollCaptureConnection.java70 private CancellationSignal mCancellation; field in ScrollCaptureConnection
112 mCancellation = CancellationSignal.fromTransport(cancellation); in startCapture()
116 SafeCallback.create(mCancellation, mUiThread, this::onStartCaptureCompleted); in startCapture()
118 mUiThread.execute(() -> mLocal.onScrollCaptureStart(mSession, mCancellation, listener)); in startCapture()
131 mCancellation = null; in onStartCaptureCompleted()
142 mCancellation = CancellationSignal.fromTransport(cancellation); in requestImage()
145 SafeCallback.create(mCancellation, mUiThread, this::onImageRequestCompleted); in requestImage()
150 mSession, mCancellation, new Rect(requestRect), listener); in requestImage()
165 mCancellation = null; in onImageRequestCompleted()
177 mCancellation = CancellationSignal.fromTransport(cancellation); in endCapture()
[all …]
/frameworks/base/services/core/java/com/android/server/rotationresolver/
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()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
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 …]