Searched refs:targetDevice (Results 1 – 2 of 2) sorted by relevance
639 public boolean isDeviceConnected(@NonNull HdmiDeviceInfo targetDevice) { in isDeviceConnected() argument640 Preconditions.checkNotNull(targetDevice); in isDeviceConnected()645 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isDeviceConnected()660 public boolean isRemoteDeviceConnected(@NonNull HdmiDeviceInfo targetDevice) { in isRemoteDeviceConnected() argument661 Preconditions.checkNotNull(targetDevice); in isRemoteDeviceConnected()666 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isRemoteDeviceConnected()
274 HdmiDeviceInfo targetDevice = mDeviceInfos.get(id); in deviceSelect() local275 if (targetDevice == null) { in deviceSelect()279 int targetAddress = targetDevice.getLogicalAddress(); in deviceSelect()281 if (targetDevice.getDevicePowerStatus() == HdmiControlManager.POWER_STATUS_ON in deviceSelect()296 setActiveSource(targetDevice); in deviceSelect()301 addAndStartAction(new DeviceSelectAction(this, targetDevice, callback)); in deviceSelect()1881 HdmiDeviceInfo targetDevice = mDeviceInfos.get(deviceId); in sendStandby() local1882 if (targetDevice == null) { in sendStandby()1885 int targetAddress = targetDevice.getLogicalAddress(); in sendStandby()