Searched refs:mPhysicalAddress (Results 1 – 3 of 3) sorted by relevance
102 private final int mPhysicalAddress; field in HdmiDeviceInfo170 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()
724 private final int mPhysicalAddress; field in HdmiRecordSources.ExternalPhysicalAddress728 mPhysicalAddress = physicalAddress; in ExternalPhysicalAddress()733 shortToByteArray((short) mPhysicalAddress, data, index); in extraParamToByteArray()
72 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; field in DeviceDiscoveryAction.DeviceInfo83 return new HdmiDeviceInfo(mLogicalAddress, mPhysicalAddress, mPortId, mDeviceType, in toHdmiDeviceInfo()257 current.mPhysicalAddress = HdmiUtils.twoBytesToInt(params); in handleReportPhysicalAddress()258 current.mPortId = getPortId(current.mPhysicalAddress); in handleReportPhysicalAddress()262 current.mPhysicalAddress); in handleReportPhysicalAddress()