Searched refs:HDMI_CONTROL_SERVICE (Results 1 – 5 of 5) sorted by relevance
2751 public static final String HDMI_CONTROL_SERVICE = "hdmi_control"; field in Context
114 Context.HDMI_CONTROL_SERVICE)); in onBootPhase()
397 registerService(HDMI_CONTROL_SERVICE, new StaticServiceFetcher() { in registerService() argument399 IBinder b = ServiceManager.getService(HDMI_CONTROL_SERVICE); in registerService()
316 publishBinderService(Context.HDMI_CONTROL_SERVICE, new BinderService()); in onStart()
674 (HdmiControlManager) mContext.getSystemService(Context.HDMI_CONTROL_SERVICE); in onSystemReady()