/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | SystemAudioInitiationActionFromAvrTest.java | 197 .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()
|
D | HdmiCecNetworkTest.java | 223 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()
|
D | HdmiUtilsTest.java | 228 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()
|
D | HdmiCecLocalDeviceTest.java | 255 mNativeWrapper.setPhysicalAddress(Constants.INVALID_PHYSICAL_ADDRESS); in handleGivePhysicalAddress_failure() 256 mHdmiControlService.onHotplug(Constants.INVALID_PHYSICAL_ADDRESS, true); in handleGivePhysicalAddress_failure()
|
D | HdmiCecLocalDeviceAudioSystemTest.java | 842 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in setActiveSource_unknown() 847 Constants.INVALID_PHYSICAL_ADDRESS); in setActiveSource_unknown()
|
D | HdmiCecLocalDeviceTvTest.java | 336 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in getActiveSource_noActiveSource() 1833 new ActiveSource(Constants.ADDR_INVALID, Constants.INVALID_PHYSICAL_ADDRESS)); in onAddressAllocated_startRequestActiveSourceAction_noActiveSource()
|
D | HdmiCecLocalDevicePlaybackTest.java | 1956 Constants.INVALID_PHYSICAL_ADDRESS, "HdmiControlServiceTest"); in getActiveSource_noActiveSource()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiMhlLocalDeviceStub.java | 12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
|
D | SystemAudioInitiationActionFromAvr.java | 46 if (audioSystem().getActiveSource().physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in start()
|
D | SystemAudioAction.java | 118 return param != Constants.INVALID_PHYSICAL_ADDRESS in getSystemAudioModeRequestParam()
|
D | HdmiCecNetwork.java | 104 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()
|
D | HdmiCecController.java | 105 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()
|
D | HdmiUtils.java | 362 if (firstPath == Constants.INVALID_PHYSICAL_ADDRESS in pathRelationship() 363 || secondPath == Constants.INVALID_PHYSICAL_ADDRESS) { in pathRelationship()
|
D | Constants.java | 359 static final int INVALID_PHYSICAL_ADDRESS = HdmiDeviceInfo.PATH_INVALID; field in Constants
|
D | HdmiCecLocalDevice.java | 109 physicalAddress = Constants.INVALID_PHYSICAL_ADDRESS; in invalidate() 140 (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) in toString() 429 if (physicalAddress == Constants.INVALID_PHYSICAL_ADDRESS) { in handleGivePhysicalAddress()
|
D | DeviceDiscoveryAction.java | 78 private int mPhysicalAddress = Constants.INVALID_PHYSICAL_ADDRESS;
|
D | HdmiCecLocalDevicePlayback.java | 294 mService.setActiveSource(Constants.ADDR_INVALID, Constants.INVALID_PHYSICAL_ADDRESS, in onStandby()
|
D | HdmiCecLocalDeviceTv.java | 536 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in handleInactiveSource() 1392 setActivePath(Constants.INVALID_PHYSICAL_ADDRESS); in disableDevice()
|
D | HdmiCecLocalDeviceAudioSystem.java | 253 mService.setActiveSource(Constants.ADDR_INVALID, Constants.INVALID_PHYSICAL_ADDRESS, in onStandby()
|
D | HdmiControlService.java | 1764 if (path != Constants.INVALID_PHYSICAL_ADDRESS && path == getPhysicalAddress()) { in verifyPhysicalAddress()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiControlManager.java | 71 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()
|