Searched refs:mPhysicalAddress (Results 1 – 6 of 6) 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()
64 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS; field in HdmiControlManager619 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 …]
724 private final int mPhysicalAddress; field in HdmiRecordSources.ExternalPhysicalAddress728 mPhysicalAddress = physicalAddress; in ExternalPhysicalAddress()733 shortToByteArray((short) mPhysicalAddress, data, index); in extraParamToByteArray()
77 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; field in DeviceDiscoveryAction.DeviceInfo89 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()
357 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; field in HdmiControlService792 mPhysicalAddress = getPhysicalAddress(); in initPortInfo()890 physicalAddress = mPhysicalAddress; in pathToPortId()1671 return mPhysicalAddress; in getPhysicalAddress()
24736 Landroid/hardware/hdmi/HdmiDeviceInfo;->mPhysicalAddress:I24812 Landroid/hardware/hdmi/HdmiRecordSources$ExternalPhysicalAddress;->mPhysicalAddress:I