Searched refs:HDMI_CONTROL_SERVICE (Results 1 – 7 of 7) sorted by relevance
201 registerService(Context.HDMI_CONTROL_SERVICE, HdmiControlManager.class, in registerService() argument205 IBinder b = ServiceManager.getService(Context.HDMI_CONTROL_SERVICE); in registerService()
3092 public static final String HDMI_CONTROL_SERVICE = "hdmi_control"; field in Context
124 ServiceManager.getService(Context.HDMI_CONTROL_SERVICE)); in onBootPhase()
411 publishBinderService(Context.HDMI_CONTROL_SERVICE, new BinderService()); in onStart()
718 (HdmiControlManager) mContext.getSystemService(Context.HDMI_CONTROL_SERVICE); in onSystemReady()
1243 Context.HDMI_CONTROL_SERVICE); in getHdmiControl()
7994 field public static final java.lang.String HDMI_CONTROL_SERVICE = "hdmi_control";