Home
last modified time | relevance | path

Searched refs:INVALID_PHYSICAL_ADDRESS (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DSystemAudioInitiationActionFromAvrTest.java182 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testNoActiveSourceMessageReceived()
194 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testNoActiveSourceMessageReceived()
258 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testRetry()
276 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testIsPlaybackDevice_cannotReceiveActiveSource()
297 Constants.INVALID_PHYSICAL_ADDRESS; in resetTestVariables()
H A DHdmiCecNetworkTest.java223 Constants.INVALID_PHYSICAL_ADDRESS); in cecDevices_tracking_logicalAddressOnly()
306 Constants.INVALID_PHYSICAL_ADDRESS); in cecDevices_tracking_reportPowerStatus()
329 Constants.INVALID_PHYSICAL_ADDRESS); in cecDevices_tracking_reportOsdName()
351 Constants.INVALID_PHYSICAL_ADDRESS); in cecDevices_tracking_reportVendorId()
482 Constants.INVALID_PHYSICAL_ADDRESS); in cecDevices_tracking_updatesVendorId()
522 Constants.INVALID_PHYSICAL_ADDRESS); in cecDevices_tracking_reportPowerStatus_broadcast_infersCec2()
H A DHdmiUtilsTest.java228 assertThat(HdmiUtils.pathRelationship(0x1234, Constants.INVALID_PHYSICAL_ADDRESS)) in pathRelationship_unknown()
230 assertThat(HdmiUtils.pathRelationship(Constants.INVALID_PHYSICAL_ADDRESS, 0x1234)) in pathRelationship_unknown()
232 assertThat(HdmiUtils.pathRelationship(Constants.INVALID_PHYSICAL_ADDRESS, in pathRelationship_unknown()
233 Constants.INVALID_PHYSICAL_ADDRESS)) in pathRelationship_unknown()
H A DHdmiCecLocalDeviceAudioSystemTest.java808 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in setActiveSource_unknown()
813 Constants.INVALID_PHYSICAL_ADDRESS); in setActiveSource_unknown()
H A DHdmiCecLocalDeviceTest.java247 mNativeWrapper.setPhysicalAddress(Constants.INVALID_PHYSICAL_ADDRESS); in handleGivePhysicalAddress_failure()
H A DHdmiCecLocalDeviceTvTest.java318 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in getActiveSource_noActiveSource()
H A DHdmiCecLocalDevicePlaybackTest.java1783 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in getActiveSource_noActiveSource()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiMhlLocalDeviceStub.java12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
H A DSystemAudioInitiationActionFromAvr.java44 if (audioSystem().getActiveSource().physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in start()
H A DSystemAudioAction.java115 return param != Constants.INVALID_PHYSICAL_ADDRESS in getSystemAudioModeRequestParam()
H A DHdmiCecController.java105 private static final int INVALID_PHYSICAL_ADDRESS = 0xFFFF; field in HdmiCecController
1032 return INVALID_PHYSICAL_ADDRESS; in nativeGetPhysicalAddress()
1170 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS;
1267 return INVALID_PHYSICAL_ADDRESS; in nativeGetPhysicalAddress()
1388 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS;
1464 return INVALID_PHYSICAL_ADDRESS; in nativeGetPhysicalAddress()
H A DHdmiUtils.java361 if (firstPath == Constants.INVALID_PHYSICAL_ADDRESS in pathRelationship()
362 || secondPath == Constants.INVALID_PHYSICAL_ADDRESS) { in pathRelationship()
H A DConstants.java359 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID; field in Constants
H A DHdmiCecLocalDevice.java110 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; in invalidate()
141 (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) in toString()
422 if (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in handleGivePhysicalAddress()
H A DDeviceDiscoveryAction.java78 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
H A DHdmiCecLocalDevicePlayback.java247 mService.setActiveSource(Constants.ADDR_INVALID, Constants.INVALID_PHYSICAL_ADDRESS, in onStandby()
H A DHdmiCecLocalDeviceTv.java488 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in handleInactiveSource()
1338 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in disableDevice()
H A DHdmiCecNetwork.java905 return Constants.INVALID_PHYSICAL_ADDRESS; in portIdToPath()
H A DHdmiCecLocalDeviceAudioSystem.java242 mService.setActiveSource(Constants.ADDR_INVALID, Constants.INVALID_PHYSICAL_ADDRESS, in onStandby()
H A DHdmiControlService.java1587 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == getPhysicalAddress()) { in verifyPhysicalAddress()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java71 private static final int INVALID_PHYSICAL_ADDRESS = 0xFFFF; field in HdmiControlManager
83 private int mLocalPhysicalAddress = INVALID_PHYSICAL_ADDRESS;
1218 : INVALID_PHYSICAL_ADDRESS); in onReceived()
1634 if (physicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected()
1638 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected()
1653 if (physicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected()
1657 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected()