Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiDeviceInfo.java102 private final int mPhysicalAddress; field in HdmiDeviceInfo
170 mPhysicalAddress = physicalAddress; in HdmiDeviceInfo()
210 mPhysicalAddress = physicalAddress; in HdmiDeviceInfo()
235 mPhysicalAddress = physicalAddress; in HdmiDeviceInfo()
257 mPhysicalAddress = PATH_INVALID; in HdmiDeviceInfo()
321 return mPhysicalAddress; in getPhysicalAddress()
440 dest.writeInt(mPhysicalAddress); in writeToParcel()
489 s.append("physical_address: ").append(String.format("0x%04X", mPhysicalAddress)); in toString()
503 && mPhysicalAddress == other.mPhysicalAddress in equals()
DHdmiControlManager.java64 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS; field in HdmiControlManager
619 if (mPhysicalAddress != INVALID_PHYSICAL_ADDRESS) { in getPhysicalAddress()
620 return mPhysicalAddress; in getPhysicalAddress()
623 mPhysicalAddress = mService.getPhysicalAddress(); in getPhysicalAddress()
624 return mPhysicalAddress; in getPhysicalAddress()
644 mPhysicalAddress = getPhysicalAddress(); in isDeviceConnected()
645 if (mPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected()
652 return HdmiUtils.getLocalPortFromPhysicalAddress(targetPhysicalAddress, mPhysicalAddress) in isDeviceConnected()
665 mPhysicalAddress = getPhysicalAddress(); in isRemoteDeviceConnected()
666 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()
DHdmiControlService.java357 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; field in HdmiControlService
792 mPhysicalAddress = getPhysicalAddress(); in initPortInfo()
890 physicalAddress = mPhysicalAddress; in pathToPortId()
1671 return mPhysicalAddress; in getPhysicalAddress()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24736 Landroid/hardware/hdmi/HdmiDeviceInfo;->mPhysicalAddress:I
24812 Landroid/hardware/hdmi/HdmiRecordSources$ExternalPhysicalAddress;->mPhysicalAddress:I