Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java607 @Nullable private IMediaProjectionManager mIMediaProjectionManager = null; field in ContentRecorder.RemoteMediaProjectionManagerWrapper
616 if (mIMediaProjectionManager == null) { in stopActiveProjection()
623 mIMediaProjectionManager.stopActiveProjection(); in stopActiveProjection()
635 if (mIMediaProjectionManager == null) { in notifyActiveProjectionCapturedContentResized()
639 mIMediaProjectionManager.notifyActiveProjectionCapturedContentResized(width, in notifyActiveProjectionCapturedContentResized()
652 if (mIMediaProjectionManager == null) { in notifyActiveProjectionCapturedContentVisibilityChanged()
656 mIMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in notifyActiveProjectionCapturedContentVisibilityChanged()
667 if (mIMediaProjectionManager != null) { in fetchMediaProjectionManager()
674 mIMediaProjectionManager = IMediaProjectionManager.Stub.asInterface(b); in fetchMediaProjectionManager()