Searched refs:targetDevice (Results 1 – 2 of 2) sorted by relevance
642 public boolean isDeviceConnected(@NonNull HdmiDeviceInfo targetDevice) { in isDeviceConnected() argument643 Preconditions.checkNotNull(targetDevice); in isDeviceConnected()648 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isDeviceConnected()663 public boolean isRemoteDeviceConnected(@NonNull HdmiDeviceInfo targetDevice) { in isRemoteDeviceConnected() argument664 Preconditions.checkNotNull(targetDevice); in isRemoteDeviceConnected()669 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isRemoteDeviceConnected()
272 HdmiDeviceInfo targetDevice = mDeviceInfos.get(id); in deviceSelect() local273 if (targetDevice == null) { in deviceSelect()277 int targetAddress = targetDevice.getLogicalAddress(); in deviceSelect()279 if (targetDevice.getDevicePowerStatus() == HdmiControlManager.POWER_STATUS_ON in deviceSelect()294 setActiveSource(targetDevice); in deviceSelect()299 addAndStartAction(new DeviceSelectAction(this, targetDevice, callback)); in deviceSelect()1870 HdmiDeviceInfo targetDevice = mDeviceInfos.get(deviceId); in sendStandby() local1871 if (targetDevice == null) { in sendStandby()1874 int targetAddress = targetDevice.getLogicalAddress(); in sendStandby()