Home
last modified time | relevance | path

Searched refs:getLogicalAddress (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java147 processDelayedActiveSource(info.getLogicalAddress());
226 addresses.add(device.getDeviceInfo().getLogicalAddress()); in initLocalDeviceAddresses()
279 int targetAddress = targetDevice.getLogicalAddress(); in deviceSelect()
444 return info.getLogicalAddress(); in findKeyReceiverAddress()
739 addCecDevice(new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleSetOsdName()
784 addAndStartAction(new SystemAudioAutoInitiationAction(this, avr.getLogicalAddress())); in onNewAvrAdded()
819 new SystemAudioActionFromTv(this, avr.getLogicalAddress(), enabled, callback)); in changeSystemAudioMode()
965 if (!canStartArcUpdateAction(info.getLogicalAddress(), enabled)) { in startArcAction()
977 addAndStartAction(new RequestArcInitiationAction(this, info.getLogicalAddress())); in startArcAction()
982 addAndStartAction(new RequestArcTerminationAction(this, info.getLogicalAddress())); in startArcAction()
[all …]
DDeviceSelectAction.java84 return mTarget.getLogicalAddress(); in getTargetAddress()
162 sendUserControlPressedAndReleased(mTarget.getLogicalAddress(), in turnOnDevice()
164 sendUserControlPressedAndReleased(mTarget.getLogicalAddress(), in turnOnDevice()
DPowerStatusMonitorAction.java109 mPowerStatus.append(info.getLogicalAddress(), info.getDevicePowerStatus()); in resetPowerStatus()
117 final int logicalAddress = info.getLogicalAddress(); in queryPowerStatus()
DHotplugDetectionAction.java191 set.set(info.getLogicalAddress()); in infoListToBitSet()
194 set.set(info.getLogicalAddress()); in infoListToBitSet()
DActiveSourceHandler.java98 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
DRoutingControlAction.java165 int deviceLogicalAddress = device.getLogicalAddress(); in handleTimerEvent()
DHdmiCecFeatureAction.java268 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
DHdmiControlService.java779 int address = device.getDeviceInfo().getLogicalAddress(); in notifyAddressAllocated()
1214 deviceInfo.getLogicalAddress(), deviceInfo.getPhysicalAddress(), in setDisplayName()
1488 if (info.getLogicalAddress() == activeSource.logicalAddress) { in getActiveSource()
1914 device.getDeviceInfo().getLogicalAddress(), targetAddress, in sendVendorCommand()
1918 device.getDeviceInfo().getLogicalAddress(), targetAddress, params)); in sendVendorCommand()
2140 return audioSystem().getDeviceInfo().getLogicalAddress(); in getRemoteControlSourceAddress()
2142 return playback().getDeviceInfo().getLogicalAddress(); in getRemoteControlSourceAddress()
DHdmiCecLocalDeviceAudioSystem.java236 HdmiDeviceInfo oldDeviceInfo = getCecDeviceInfo(deviceInfo.getLogicalAddress()); in addDeviceInfo()
315 removeCecDevice(info.getLogicalAddress()); in onHotplug()
468 updateCecDevice(new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleSetOsdName()
DHdmiUtils.java338 return new HdmiDeviceInfo(info.getLogicalAddress(), in cloneHdmiDeviceInfo()
DHdmiCecLocalDevice.java875 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress()); in setActiveSource()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java478 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOffDevice()
495 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOffRemoteDevice()
515 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOnDevice()
532 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOnRemoteDevice()
DHdmiDeviceInfo.java315 public int getLogicalAddress() { in getLogicalAddress() method in HdmiDeviceInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecLocalDeviceAudioSystemTest.java635 .getCecDeviceInfo(newDevice.getLogicalAddress())).isEqualTo(newDevice); in updateCecDevice_deviceNotExists_addDevice()
666 .getCecDeviceInfo(differentDevice.getLogicalAddress())).isEqualTo(differentDevice); in updateCecDevice_deviceInfoDifferent_updateDevice()
689 .getCecDeviceInfo(differentDevice.getLogicalAddress())).isEqualTo(differentDevice); in handleReportPhysicalAddress_differentPath_addDevice()
/frameworks/base/api/
Dsystem-current.txt2313 method public int getLogicalAddress();
/frameworks/base/non-updatable-api/
Dsystem-current.txt2313 method public int getLogicalAddress();