Searched refs:mMhlController (Results 1 – 1 of 1) sorted by relevance
380 private HdmiMhlControllerStub mMhlController; field in HdmiControlService528 if (mMhlController == null) { in onStart()529 mMhlController = HdmiMhlControllerStub.create(this); in onStart()531 if (!mMhlController.isReady()) { in onStart()554 mMhlController.setOption(OPTION_MHL_SERVICE_CONTROL, ENABLED); in onStart()586 mMhlController = hdmiMhlController; in setHdmiMhlController()736 mMhlController.setOption(OPTION_MHL_POWER_CHARGE, toInt(enabled)); in onChange()917 if (mMhlController == null) { in initPortInfo()920 HdmiPortInfo[] mhlPortInfo = mMhlController.getPortInfos(); in initPortInfo()1070 HdmiMhlLocalDeviceStub info = mMhlController.getLocalDevice(port); in getDeviceInfoByPort()[all …]