Searched refs:getLogicalAddress (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDeviceTv.java | 147 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 …]
|
D | DeviceSelectAction.java | 84 return mTarget.getLogicalAddress(); in getTargetAddress() 162 sendUserControlPressedAndReleased(mTarget.getLogicalAddress(), in turnOnDevice() 164 sendUserControlPressedAndReleased(mTarget.getLogicalAddress(), in turnOnDevice()
|
D | PowerStatusMonitorAction.java | 109 mPowerStatus.append(info.getLogicalAddress(), info.getDevicePowerStatus()); in resetPowerStatus() 117 final int logicalAddress = info.getLogicalAddress(); in queryPowerStatus()
|
D | HotplugDetectionAction.java | 191 set.set(info.getLogicalAddress()); in infoListToBitSet() 194 set.set(info.getLogicalAddress()); in infoListToBitSet()
|
D | ActiveSourceHandler.java | 98 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
|
D | RoutingControlAction.java | 165 int deviceLogicalAddress = device.getLogicalAddress(); in handleTimerEvent()
|
D | HdmiCecLocalDeviceAudioSystem.java | 164 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()
|
D | HdmiCecFeatureAction.java | 268 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
|
D | HdmiControlService.java | 872 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()
|
D | HdmiUtils.java | 340 return new HdmiDeviceInfo(info.getLogicalAddress(), in cloneHdmiDeviceInfo()
|
D | HdmiCecLocalDevice.java | 901 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress()); in setActiveSource()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiControlManager.java | 552 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()
|
D | HdmiDeviceInfo.java | 315 public int getLogicalAddress() { in getLogicalAddress() method in HdmiDeviceInfo
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | HdmiCecLocalDeviceAudioSystemTest.java | 652 .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()
|
D | HdmiCecLocalDevicePlaybackTest.java | 517 mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress(), in handleSetStreamPath_afterHotplug_broadcastsActiveSource()
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 2588 method public int getLogicalAddress();
|
/frameworks/base/api/ |
D | system-current.txt | 2640 method public int getLogicalAddress();
|