Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java116 private final int mPhysicalAddress; field in HdmiDeviceInfo
192 mPhysicalAddress = PATH_INVALID; in HdmiDeviceInfo()
219 this.mPhysicalAddress = builder.mPhysicalAddress; in HdmiDeviceInfo()
352 return mPhysicalAddress; in getPhysicalAddress()
481 dest.writeInt(mPhysicalAddress); in writeToParcel()
533 s.append("physical_address: ").append(String.format("0x%04X", mPhysicalAddress)); in toString()
552 && mPhysicalAddress == other.mPhysicalAddress in equals()
568 mPhysicalAddress, in hashCode()
590 private int mPhysicalAddress = PATH_INVALID; field in HdmiDeviceInfo.Builder
618 mPhysicalAddress = hdmiDeviceInfo.mPhysicalAddress; in Builder()
[all …]
H A DHdmiRecordSources.java724 private final int mPhysicalAddress; field in HdmiRecordSources.ExternalPhysicalAddress
728 mPhysicalAddress = physicalAddress; in ExternalPhysicalAddress()
733 shortToByteArray((short) mPhysicalAddress, data, index); in extraParamToByteArray()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DActiveSourceActionTest.java57 private int mPhysicalAddress; field in ActiveSourceActionTest
90 mPhysicalAddress = 0x2000; in setUp()
91 mNativeWrapper.setPhysicalAddress(mPhysicalAddress); in setUp()
111 playbackDevice.getDeviceInfo().getLogicalAddress(), mPhysicalAddress); in playbackDevice_sendsActiveSource_sendsMenuStatus()
138 assertThat(playbackDevice.getActiveSource().physicalAddress).isEqualTo(mPhysicalAddress); in playbackDevice_updatesActiveSourceState()
H A DOneTouchPlayActionTest.java79 private int mPhysicalAddress; field in OneTouchPlayActionTest
120 mPhysicalAddress = 0x2000; in setUp()
121 mNativeWrapper.setPhysicalAddress(mPhysicalAddress); in setUp()
150 playbackDevice.getDeviceInfo().getLogicalAddress(), mPhysicalAddress); in succeedWithUnknownTvDevice()
199 playbackDevice.getDeviceInfo().getLogicalAddress(), mPhysicalAddress); in succeedAfterGettingPowerStatusOn_Cec14b()
248 playbackDevice.getDeviceInfo().getLogicalAddress(), mPhysicalAddress); in succeedAfterGettingTransientPowerStatus_Cec14b()
310 playbackDevice.getDeviceInfo().getLogicalAddress(), mPhysicalAddress); in timeOut_Cec14b()
357 playbackDevice.getDeviceInfo().getLogicalAddress(), mPhysicalAddress); in succeedIfPowerStatusOn_Cec20()
394 playbackDevice.getDeviceInfo().getLogicalAddress(), mPhysicalAddress); in succeedIfPowerStatusUnknown_Cec20()
444 playbackDevice.getDeviceInfo().getLogicalAddress(), mPhysicalAddress); in succeedIfPowerStatusStandby_Cec20()
[all …]
H A DSystemAudioAutoInitiationActionTest.java62 private int mPhysicalAddress; field in SystemAudioAutoInitiationActionTest
111 mPhysicalAddress = 0x0000; in setUp()
112 mNativeWrapper.setPhysicalAddress(mPhysicalAddress); in setUp()
115 mPhysicalAddress = mHdmiCecLocalDeviceTv.getDeviceInfo().getLogicalAddress(); in setUp()
H A DDevicePowerStatusActionTest.java65 private int mPhysicalAddress; field in DevicePowerStatusActionTest
108 mPhysicalAddress = 0x2000; in setUp()
109 mNativeWrapper.setPhysicalAddress(mPhysicalAddress); in setUp()
282 mPhysicalAddress); in pendingActionDoesNotBlockSendingStandby()
H A DHdmiCecAtomLoggingTest.java77 private int mPhysicalAddress = 0x1110; field in HdmiCecAtomLoggingTest
106 mNativeWrapper.setPhysicalAddress(mPhysicalAddress); in setUp()
151 mPhysicalAddress); in testMessageReported_calledOnOutgoingMessage()
H A DPowerStatusMonitorActionTest.java60 private int mPhysicalAddress; field in PowerStatusMonitorActionTest
111 mPhysicalAddress = 0x0000; in setUp()
112 mNativeWrapper.setPhysicalAddress(mPhysicalAddress); in setUp()
H A DSetAudioVolumeLevelDiscoveryActionTest.java68 private int mPhysicalAddress = 0x1100; field in SetAudioVolumeLevelDiscoveryActionTest
97 mNativeWrapper.setPhysicalAddress(mPhysicalAddress); in setUp()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java78 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; field in DeviceDiscoveryAction.DeviceInfo
92 .setPhysicalAddress(mPhysicalAddress) in toHdmiDeviceInfo()
341 current.mPhysicalAddress = HdmiUtils.twoBytesToInt(params); in handleReportPhysicalAddress()
342 current.mPortId = getPortId(current.mPhysicalAddress); in handleReportPhysicalAddress()
351 current.mPhysicalAddress); in handleReportPhysicalAddress()
H A DHdmiCecController.java1170 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS; field in HdmiCecController.NativeWrapperImpl11
1196 mPhysicalAddress = new Short(addr).intValue(); in onValues()
1264 return mPhysicalAddress; in nativeGetPhysicalAddress()
1388 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS; field in HdmiCecController.NativeWrapperImpl
1461 return mPhysicalAddress; in nativeGetPhysicalAddress()
1594 mPhysicalAddress = new Short(addr).intValue(); in onValues()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20271 Landroid/hardware/hdmi/HdmiDeviceInfo;->mPhysicalAddress:I
20341 Landroid/hardware/hdmi/HdmiRecordSources$ExternalPhysicalAddress;->mPhysicalAddress:I