Searched refs:mCancellation (Results 1 – 3 of 3) sorted by relevance
63 private CancellationSignal mCancellation; field in ScrollCaptureConnection99 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 …]
100 private ICancellationSignal mCancellation; field in RemoteRotationResolverService.RotationRequest136 if (mCancellation != null) { in cancelInternal()137 mCancellation.cancel(); in cancelInternal()138 mCancellation = null; in cancelInternal()208 request.mCancellation = cancellation; in onCancellable()
584 protected ICancellationSignal mCancellation; field in RemotePrintDocument.AsyncCommand631 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 …]