Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java682 @Nullable private IMediaProjectionManager mIMediaProjectionManager = null; field in ContentRecorder.RemoteMediaProjectionManagerWrapper
691 if (mIMediaProjectionManager == null) { in stopActiveProjection()
698 mIMediaProjectionManager.stopActiveProjection(); in stopActiveProjection()
710 if (mIMediaProjectionManager == null) { in notifyActiveProjectionCapturedContentResized()
714 mIMediaProjectionManager.notifyActiveProjectionCapturedContentResized(width, in notifyActiveProjectionCapturedContentResized()
727 if (mIMediaProjectionManager == null) { in notifyActiveProjectionCapturedContentVisibilityChanged()
731 mIMediaProjectionManager.notifyActiveProjectionCapturedContentVisibilityChanged( in notifyActiveProjectionCapturedContentVisibilityChanged()
745 if (mIMediaProjectionManager == null) { in notifyWindowingModeChanged()
749 mIMediaProjectionManager.notifyWindowingModeChanged( in notifyWindowingModeChanged()
758 if (mIMediaProjectionManager != null) { in fetchMediaProjectionManager()
[all …]