Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java147 processDelayedActiveSource(info.getLogicalAddress());
224 addresses.add(device.getDeviceInfo().getLogicalAddress()); in initLocalDeviceAddresses()
277 int targetAddress = targetDevice.getLogicalAddress(); in deviceSelect()
442 return info.getLogicalAddress(); in findKeyReceiverAddress()
737 addCecDevice(new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleSetOsdName()
782 addAndStartAction(new SystemAudioAutoInitiationAction(this, avr.getLogicalAddress())); in onNewAvrAdded()
817 new SystemAudioActionFromTv(this, avr.getLogicalAddress(), enabled, callback)); in changeSystemAudioMode()
959 if (!canStartArcUpdateAction(info.getLogicalAddress(), enabled)) { in startArcAction()
971 addAndStartAction(new RequestArcInitiationAction(this, info.getLogicalAddress())); in startArcAction()
976 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.java771 int address = device.getDeviceInfo().getLogicalAddress(); in notifyAddressAllocated()
1210 deviceInfo.getLogicalAddress(), deviceInfo.getPhysicalAddress(), in setDisplayName()
1453 if (info.getLogicalAddress() == activeSource.logicalAddress) { in getActiveSource()
1865 device.getDeviceInfo().getLogicalAddress(), targetAddress, in sendVendorCommand()
1869 device.getDeviceInfo().getLogicalAddress(), targetAddress, params)); in sendVendorCommand()
2091 return audioSystem().getDeviceInfo().getLogicalAddress(); in getRemoteControlSourceAddress()
2093 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.java481 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOffDevice()
498 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOffRemoteDevice()
518 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOnDevice()
535 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOnRemoteDevice()
DHdmiDeviceInfo.java313 public int getLogicalAddress() { in getLogicalAddress() method in HdmiDeviceInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecLocalDeviceAudioSystemTest.java638 .getCecDeviceInfo(newDevice.getLogicalAddress())).isEqualTo(newDevice); in updateCecDevice_deviceNotExists_addDevice()
669 .getCecDeviceInfo(differentDevice.getLogicalAddress())).isEqualTo(differentDevice); in updateCecDevice_deviceInfoDifferent_updateDevice()
692 .getCecDeviceInfo(differentDevice.getLogicalAddress())).isEqualTo(differentDevice); in handleReportPhysicalAddress_differentPath_addDevice()
/frameworks/base/api/
Dsystem-current.txt2117 method public int getLogicalAddress();