Searched refs:targetPhysicalAddress (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/hardware/hdmi/ |
D | HdmiUtilsTest.java | 36 int targetPhysicalAddress = 0x1000; in pathToPort_isMe() local 39 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_isMe() 45 int targetPhysicalAddress = 0x1100; in pathToPort_isDirectlyBelow() local 48 targetPhysicalAddress, myPhysicalAddress)).isEqualTo(1); in pathToPort_isDirectlyBelow() 53 int targetPhysicalAddress = 0x1110; in pathToPort_isBelow() local 56 targetPhysicalAddress, myPhysicalAddress)).isEqualTo(1); in pathToPort_isBelow() 61 int targetPhysicalAddress = 0x3000; in pathToPort_neitherMeNorBelow() local 64 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_neitherMeNorBelow() 67 targetPhysicalAddress = 0x2200; in pathToPort_neitherMeNorBelow() 70 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_neitherMeNorBelow() [all …]
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiUtils.java | 57 int targetPhysicalAddress, int myPhysicalAddress) { in getLocalPortFromPhysicalAddress() argument 58 if (myPhysicalAddress == targetPhysicalAddress) { in getLocalPortFromPhysicalAddress() 72 int portAddress = targetPhysicalAddress & finalMask; in getLocalPortFromPhysicalAddress()
|
D | HdmiControlManager.java | 1648 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isDeviceConnected() local 1649 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected() 1652 return HdmiUtils.getLocalPortFromPhysicalAddress(targetPhysicalAddress, physicalAddress) in isDeviceConnected() 1667 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isRemoteDeviceConnected() local 1668 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected() 1671 return HdmiUtils.getLocalPortFromPhysicalAddress(targetPhysicalAddress, physicalAddress) in isRemoteDeviceConnected()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | HdmiUtilsTest.java | 70 int targetPhysicalAddress = 0x1000; in pathToPort_isMe() local 73 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_isMe() 79 int targetPhysicalAddress = 0x1100; in pathToPort_isDirectlyBelow() local 82 targetPhysicalAddress, myPhysicalAddress)).isEqualTo(1); in pathToPort_isDirectlyBelow() 87 int targetPhysicalAddress = 0x1110; in pathToPort_isBelow() local 90 targetPhysicalAddress, myPhysicalAddress)).isEqualTo(1); in pathToPort_isBelow() 95 int targetPhysicalAddress = 0x3000; in pathToPort_neitherMeNorBelow() local 98 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_neitherMeNorBelow() 101 targetPhysicalAddress = 0x2200; in pathToPort_neitherMeNorBelow() 104 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_neitherMeNorBelow() [all …]
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiUtils.java | 480 int targetPhysicalAddress, int myPhysicalAddress) { in getLocalPortFromPhysicalAddress() argument 481 if (myPhysicalAddress == targetPhysicalAddress) { in getLocalPortFromPhysicalAddress() 495 int portAddress = targetPhysicalAddress & finalMask; in getLocalPortFromPhysicalAddress()
|
D | HdmiCecLocalDeviceAudioSystem.java | 971 int targetPhysicalAddress = getActiveSource().physicalAddress; in setSystemAudioMode() local 972 int port = mService.pathToPortId(targetPhysicalAddress); in setSystemAudioMode()
|