Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/projection/
H A DMediaProjectionManager.java38 @SystemService(Context.MEDIA_PROJECTION_SERVICE)
61 IBinder b = ServiceManager.getService(Context.MEDIA_PROJECTION_SERVICE); in MediaProjectionManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java19 import static android.content.Context.MEDIA_PROJECTION_SERVICE;
99 IBinder b = ServiceManager.getService(MEDIA_PROJECTION_SERVICE); in prepare()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaProjectionPermissionActivity.java66 IBinder b = ServiceManager.getService(MEDIA_PROJECTION_SERVICE); in onCreate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastControllerImpl.java78 context.getSystemService(Context.MEDIA_PROJECTION_SERVICE); in CastControllerImpl()
/aosp12/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java104 publishBinderService(Context.MEDIA_PROJECTION_SERVICE, new BinderService(), in onStart()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java3695 MEDIA_PROJECTION_SERVICE,
5265 public static final String MEDIA_PROJECTION_SERVICE = "media_projection"; field in Context
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1026 registerService(Context.MEDIA_PROJECTION_SERVICE, MediaProjectionManager.class, in registerService() argument
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java1983 IBinder b = ServiceManager.getService(Context.MEDIA_PROJECTION_SERVICE);
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java9671 IBinder b = ServiceManager.getService(Context.MEDIA_PROJECTION_SERVICE); in getProjectionService()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt10664 field public static final String MEDIA_PROJECTION_SERVICE = "media_projection";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7256 field public static final java.lang.String MEDIA_PROJECTION_SERVICE = "media_projection";