Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DSystemAudioInitiationActionFromAvrTest.java197 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testNoActiveSourceMessageReceived()
209 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testNoActiveSourceMessageReceived()
273 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testRetry()
291 .isEqualTo(Constants.INVALID_PHYSICAL_ADDRESS); in testIsPlaybackDevice_cannotReceiveActiveSource()
328 Constants.INVALID_PHYSICAL_ADDRESS; in resetTestVariables()
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()
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()
DHdmiCecLocalDeviceTest.java255 mNativeWrapper.setPhysicalAddress(Constants.INVALID_PHYSICAL_ADDRESS); in handleGivePhysicalAddress_failure()
256 mHdmiControlService.onHotplug(Constants.INVALID_PHYSICAL_ADDRESS, true); in handleGivePhysicalAddress_failure()
DHdmiCecLocalDeviceAudioSystemTest.java842 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in setActiveSource_unknown()
847 Constants.INVALID_PHYSICAL_ADDRESS); in setActiveSource_unknown()
DHdmiCecLocalDeviceTvTest.java336 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in getActiveSource_noActiveSource()
1833 new ActiveSource(Constants.ADDR_INVALID, Constants.INVALID_PHYSICAL_ADDRESS)); in onAddressAllocated_startRequestActiveSourceAction_noActiveSource()
DHdmiCecLocalDevicePlaybackTest.java1956 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in getActiveSource_noActiveSource()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
DSystemAudioInitiationActionFromAvr.java46 if (audioSystem().getActiveSource().physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in start()
DSystemAudioAction.java118 return param != Constants.INVALID_PHYSICAL_ADDRESS in getSystemAudioModeRequestParam()
DHdmiCecNetwork.java104 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
438 mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; in initPortInfo()
864 if (mPhysicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in getPhysicalAddress()
938 return Constants.INVALID_PHYSICAL_ADDRESS; in portIdToPath()
DHdmiCecController.java105 private static final int INVALID_PHYSICAL_ADDRESS = 0xFFFF; field in HdmiCecController
1048 return INVALID_PHYSICAL_ADDRESS; in nativeGetPhysicalAddress()
1186 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS;
1283 return INVALID_PHYSICAL_ADDRESS; in nativeGetPhysicalAddress()
1404 private int mPhysicalAddress = INVALID_PHYSICAL_ADDRESS;
1480 return INVALID_PHYSICAL_ADDRESS; in nativeGetPhysicalAddress()
DHdmiUtils.java362 if (firstPath == Constants.INVALID_PHYSICAL_ADDRESS in pathRelationship()
363 || secondPath == Constants.INVALID_PHYSICAL_ADDRESS) { in pathRelationship()
DConstants.java359 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID; field in Constants
DHdmiCecLocalDevice.java109 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; in invalidate()
140 (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) in toString()
429 if (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in handleGivePhysicalAddress()
DDeviceDiscoveryAction.java78 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
DHdmiCecLocalDevicePlayback.java294 mService.setActiveSource(Constants.ADDR_INVALID, Constants.INVALID_PHYSICAL_ADDRESS, in onStandby()
DHdmiCecLocalDeviceTv.java536 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in handleInactiveSource()
1392 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in disableDevice()
DHdmiCecLocalDeviceAudioSystem.java253 mService.setActiveSource(Constants.ADDR_INVALID, Constants.INVALID_PHYSICAL_ADDRESS, in onStandby()
DHdmiControlService.java1764 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == getPhysicalAddress()) { in verifyPhysicalAddress()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlManager.java71 private static final int INVALID_PHYSICAL_ADDRESS = 0xFFFF; field in HdmiControlManager
83 private int mLocalPhysicalAddress = INVALID_PHYSICAL_ADDRESS;
1232 : INVALID_PHYSICAL_ADDRESS); in onReceived()
1645 if (physicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected()
1649 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected()
1664 if (physicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected()
1668 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected()