Searched refs:mIMediaProjectionManager (Results 1 – 1 of 1) sorted by relevance
607 @Nullable private IMediaProjectionManager mIMediaProjectionManager = null; field in ContentRecorder.RemoteMediaProjectionManagerWrapper616 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()