Searched refs:mPhysicalAddress (Results 1 – 7 of 7) sorted by relevance
104 private final int mPhysicalAddress; field in HdmiDeviceInfo172 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()
62 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS; field in HdmiControlManager616 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 …]
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()
714 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS; field in HdmiCecController.NativeWrapperImpl785 return mPhysicalAddress; in nativeGetPhysicalAddress()884 mPhysicalAddress = new Short(addr).intValue(); in onValues()
361 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; field in HdmiControlService800 mPhysicalAddress = getPhysicalAddress(); in initPortInfo()898 physicalAddress = mPhysicalAddress; in pathToPortId()1720 return mPhysicalAddress; in getPhysicalAddress()
23158 Landroid/hardware/hdmi/HdmiDeviceInfo;->mPhysicalAddress:I23228 Landroid/hardware/hdmi/HdmiRecordSources$ExternalPhysicalAddress;->mPhysicalAddress:I