Searched refs:getLogicalAddress (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecLocalDeviceTv.java | 151 processDelayedActiveSource(info.getLogicalAddress()); 228 addresses.add(device.getDeviceInfo().getLogicalAddress()); in initLocalDeviceAddresses() 281 int targetAddress = targetDevice.getLogicalAddress(); in deviceSelect() 450 return info.getLogicalAddress(); in findKeyReceiverAddress() 756 addCecDevice(new HdmiDeviceInfo(deviceInfo.getLogicalAddress(), in handleSetOsdName() 801 addAndStartAction(new SystemAudioAutoInitiationAction(this, avr.getLogicalAddress())); in onNewAvrAdded() 836 new SystemAudioActionFromTv(this, avr.getLogicalAddress(), enabled, callback)); in changeSystemAudioMode() 979 if (!canStartArcUpdateAction(info.getLogicalAddress(), enabled)) { in startArcAction() 991 addAndStartAction(new RequestArcInitiationAction(this, info.getLogicalAddress())); in startArcAction() 996 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 | HdmiCecFeatureAction.java | 260 return mSource.getDeviceInfo().getLogicalAddress(); in getSourceAddress()
|
D | HdmiUtils.java | 316 return new HdmiDeviceInfo(info.getLogicalAddress(), in cloneHdmiDeviceInfo()
|
D | HdmiControlService.java | 637 int address = device.getDeviceInfo().getLogicalAddress(); in notifyAddressAllocated() 1546 device.getDeviceInfo().getLogicalAddress(), targetAddress, in sendVendorCommand() 1550 device.getDeviceInfo().getLogicalAddress(), targetAddress, params)); in sendVendorCommand()
|
D | HdmiCecLocalDevice.java | 784 setActiveSource(info.getLogicalAddress(), info.getPhysicalAddress()); in setActiveSource()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiDeviceInfo.java | 313 public int getLogicalAddress() { in getLogicalAddress() method in HdmiDeviceInfo
|
/frameworks/base/api/ |
D | system-current.txt | 1397 method public int getLogicalAddress();
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 13875 Landroid/hardware/hdmi/HdmiDeviceInfo;->getLogicalAddress()I
|