Searched refs:targetDevice (Results 1 – 1 of 1) sorted by relevance
276 HdmiDeviceInfo targetDevice = mDeviceInfos.get(id); in deviceSelect() local277 if (targetDevice == null) { in deviceSelect()281 int targetAddress = targetDevice.getLogicalAddress(); in deviceSelect()283 if (targetDevice.getDevicePowerStatus() == HdmiControlManager.POWER_STATUS_ON in deviceSelect()298 setActiveSource(targetDevice); in deviceSelect()303 addAndStartAction(new DeviceSelectAction(this, targetDevice, callback)); in deviceSelect()1876 HdmiDeviceInfo targetDevice = mDeviceInfos.get(deviceId); in sendStandby() local1877 if (targetDevice == null) { in sendStandby()1880 int targetAddress = targetDevice.getLogicalAddress(); in sendStandby()