Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java201 registerService(Context.HDMI_CONTROL_SERVICE, HdmiControlManager.class, in registerService() argument
205 IBinder b = ServiceManager.getService(Context.HDMI_CONTROL_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java3092 public static final String HDMI_CONTROL_SERVICE = "hdmi_control"; field in Context
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java124 ServiceManager.getService(Context.HDMI_CONTROL_SERVICE)); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java411 publishBinderService(Context.HDMI_CONTROL_SERVICE, new BinderService()); in onStart()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java718 (HdmiControlManager) mContext.getSystemService(Context.HDMI_CONTROL_SERVICE); in onSystemReady()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1243 Context.HDMI_CONTROL_SERVICE); in getHdmiControl()
/frameworks/base/api/
Dsystem-current.txt7994 field public static final java.lang.String HDMI_CONTROL_SERVICE = "hdmi_control";