Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java147 processDelayedActiveSource(info.getLogicalAddress());
225 addresses.add(device.getDeviceInfo().getLogicalAddress()); in initLocalDeviceAddresses()
278 int targetAddress = targetDevice.getLogicalAddress(); in deviceSelect()
443 return info.getLogicalAddress(); in findKeyReceiverAddress()
741 addCecDevice(new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleSetOsdName()
786 addAndStartAction(new SystemAudioAutoInitiationAction(this, avr.getLogicalAddress())); in onNewAvrAdded()
821 new SystemAudioActionFromTv(this, avr.getLogicalAddress(), enabled, callback)); in changeSystemAudioMode()
967 if (!canStartArcUpdateAction(info.getLogicalAddress(), enabled)) { in startArcAction()
979 addAndStartAction(new RequestArcInitiationAction(this, info.getLogicalAddress())); in startArcAction()
984 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()
DHdmiCecLocalDeviceAudioSystem.java164 processDelayedActiveSource(info.getLogicalAddress()); in addOrUpdateTvInput()
257 mService.checkLogicalAddressConflictAndReallocate(deviceInfo.getLogicalAddress()); in addDeviceInfo()
258 HdmiDeviceInfo oldDeviceInfo = getCecDeviceInfo(deviceInfo.getLogicalAddress()); in addDeviceInfo()
346 removeCecDevice(info.getLogicalAddress()); in onHotplug()
541 updateCecDevice(new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleSetOsdName()
DHdmiCecFeatureAction.java268 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
DHdmiControlService.java872 int address = device.getDeviceInfo().getLogicalAddress(); in notifyAddressAllocated()
1278 if (device.getDeviceInfo().getLogicalAddress() == logicalAddress) { in checkLogicalAddressConflictAndReallocate()
1344 deviceInfo.getLogicalAddress(), deviceInfo.getPhysicalAddress(), in setDisplayName()
2082 device.getDeviceInfo().getLogicalAddress(), targetAddress, in sendVendorCommand()
2086 device.getDeviceInfo().getLogicalAddress(), targetAddress, params)); in sendVendorCommand()
2327 return audioSystem().getDeviceInfo().getLogicalAddress(); in getRemoteControlSourceAddress()
2329 return playback().getDeviceInfo().getLogicalAddress(); in getRemoteControlSourceAddress()
3219 if (logicalAddress == device.getDeviceInfo().getLogicalAddress() in setActiveSource()
DHdmiUtils.java340 return new HdmiDeviceInfo(info.getLogicalAddress(), in cloneHdmiDeviceInfo()
DHdmiCecLocalDevice.java901 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress()); in setActiveSource()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java552 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOffDevice()
569 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOffRemoteDevice()
589 deviceInfo.getLogicalAddress(), deviceInfo.getDevicePowerStatus()); in powerOnDevice()
606 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.java652 .getCecDeviceInfo(newDevice.getLogicalAddress())).isEqualTo(newDevice); in updateCecDevice_deviceNotExists_addDevice()
683 .getCecDeviceInfo(differentDevice.getLogicalAddress())).isEqualTo(differentDevice); in updateCecDevice_deviceInfoDifferent_updateDevice()
707 .getCecDeviceInfo(differentDevice.getLogicalAddress())).isEqualTo(differentDevice); in handleReportPhysicalAddress_differentPath_addDevice()
DHdmiCecLocalDevicePlaybackTest.java517 mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress(), in handleSetStreamPath_afterHotplug_broadcastsActiveSource()
/frameworks/base/non-updatable-api/
Dsystem-current.txt2588 method public int getLogicalAddress();
/frameworks/base/api/
Dsystem-current.txt2640 method public int getLogicalAddress();