Home
last modified time | relevance | path

Searched refs:mPhysicalAddress (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiDeviceInfo.java104 private final int mPhysicalAddress; field in HdmiDeviceInfo
172 mPhysicalAddress = physicalAddress; in HdmiDeviceInfo()
212 mPhysicalAddress = physicalAddress; in HdmiDeviceInfo()
237 mPhysicalAddress = physicalAddress; in HdmiDeviceInfo()
259 mPhysicalAddress = PATH_INVALID; in HdmiDeviceInfo()
323 return mPhysicalAddress; in getPhysicalAddress()
442 dest.writeInt(mPhysicalAddress); in writeToParcel()
492 s.append("physical_address: ").append(String.format("0x%04X", mPhysicalAddress)); in toString()
506 && mPhysicalAddress == other.mPhysicalAddress in equals()
DHdmiControlManager.java62 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS; field in HdmiControlManager
616 if (mPhysicalAddress != INVALID_PHYSICAL_ADDRESS) { in getPhysicalAddress()
617 return mPhysicalAddress; in getPhysicalAddress()
620 mPhysicalAddress = mService.getPhysicalAddress(); in getPhysicalAddress()
621 return mPhysicalAddress; in getPhysicalAddress()
641 mPhysicalAddress = getPhysicalAddress(); in isDeviceConnected()
642 if (mPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected()
649 return HdmiUtils.getLocalPortFromPhysicalAddress(targetPhysicalAddress, mPhysicalAddress) in isDeviceConnected()
662 mPhysicalAddress = getPhysicalAddress(); in isRemoteDeviceConnected()
663 if (mPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected()
[all …]
DHdmiRecordSources.java724 private final int mPhysicalAddress; field in HdmiRecordSources.ExternalPhysicalAddress
728 mPhysicalAddress = physicalAddress; in ExternalPhysicalAddress()
733 shortToByteArray((short) mPhysicalAddress, data, index); in extraParamToByteArray()
/frameworks/base/services/core/java/com/android/server/hdmi/
DDeviceDiscoveryAction.java77 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; field in DeviceDiscoveryAction.DeviceInfo
89 return new HdmiDeviceInfo(mLogicalAddress, mPhysicalAddress, mPortId, mDeviceType, in toHdmiDeviceInfo()
333 current.mPhysicalAddress = HdmiUtils.twoBytesToInt(params); in handleReportPhysicalAddress()
334 current.mPortId = getPortId(current.mPhysicalAddress); in handleReportPhysicalAddress()
341 current.mPhysicalAddress); in handleReportPhysicalAddress()
DHdmiCecController.java714 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS; field in HdmiCecController.NativeWrapperImpl
785 return mPhysicalAddress; in nativeGetPhysicalAddress()
884 mPhysicalAddress = new Short(addr).intValue(); in onValues()
DHdmiControlService.java361 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; field in HdmiControlService
800 mPhysicalAddress = getPhysicalAddress(); in initPortInfo()
898 physicalAddress = mPhysicalAddress; in pathToPortId()
1720 return mPhysicalAddress; in getPhysicalAddress()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23158 Landroid/hardware/hdmi/HdmiDeviceInfo;->mPhysicalAddress:I
23228 Landroid/hardware/hdmi/HdmiRecordSources$ExternalPhysicalAddress;->mPhysicalAddress:I