Searched refs:targetPhysicalAddress (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/hardware/hdmi/ |
D | HdmiUtilsTest.java | 33 int targetPhysicalAddress = 0x1000; in pathToPort_isMe() local 36 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_isMe() 42 int targetPhysicalAddress = 0x1100; in pathToPort_isDirectlyBelow() local 45 targetPhysicalAddress, myPhysicalAddress)).isEqualTo(1); in pathToPort_isDirectlyBelow() 50 int targetPhysicalAddress = 0x1110; in pathToPort_isBelow() local 53 targetPhysicalAddress, myPhysicalAddress)).isEqualTo(1); in pathToPort_isBelow() 58 int targetPhysicalAddress = 0x3000; in pathToPort_neitherMeNorBelow() local 61 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_neitherMeNorBelow() 64 targetPhysicalAddress = 0x2200; in pathToPort_neitherMeNorBelow() 67 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_neitherMeNorBelow() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | HdmiUtilsTest.java | 60 int targetPhysicalAddress = 0x1000; in pathToPort_isMe() local 63 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_isMe() 69 int targetPhysicalAddress = 0x1100; in pathToPort_isDirectlyBelow() local 72 targetPhysicalAddress, myPhysicalAddress)).isEqualTo(1); in pathToPort_isDirectlyBelow() 77 int targetPhysicalAddress = 0x1110; in pathToPort_isBelow() local 80 targetPhysicalAddress, myPhysicalAddress)).isEqualTo(1); in pathToPort_isBelow() 85 int targetPhysicalAddress = 0x3000; in pathToPort_neitherMeNorBelow() local 88 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_neitherMeNorBelow() 91 targetPhysicalAddress = 0x2200; in pathToPort_neitherMeNorBelow() 94 targetPhysicalAddress, myPhysicalAddress)).isEqualTo( in pathToPort_neitherMeNorBelow() [all …]
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiUtils.java | 58 int targetPhysicalAddress, int myPhysicalAddress) { in getLocalPortFromPhysicalAddress() argument 59 if (myPhysicalAddress == targetPhysicalAddress) { in getLocalPortFromPhysicalAddress() 73 int portAddress = targetPhysicalAddress & finalMask; in getLocalPortFromPhysicalAddress()
|
D | HdmiControlManager.java | 645 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isDeviceConnected() local 646 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isDeviceConnected() 649 return HdmiUtils.getLocalPortFromPhysicalAddress(targetPhysicalAddress, mPhysicalAddress) in isDeviceConnected() 666 int targetPhysicalAddress = targetDevice.getPhysicalAddress(); in isRemoteDeviceConnected() local 667 if (targetPhysicalAddress == INVALID_PHYSICAL_ADDRESS) { in isRemoteDeviceConnected() 670 return HdmiUtils.getLocalPortFromPhysicalAddress(targetPhysicalAddress, mPhysicalAddress) in isRemoteDeviceConnected()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiUtils.java | 432 int targetPhysicalAddress, int myPhysicalAddress) { in getLocalPortFromPhysicalAddress() argument 433 if (myPhysicalAddress == targetPhysicalAddress) { in getLocalPortFromPhysicalAddress() 447 int portAddress = targetPhysicalAddress & finalMask; in getLocalPortFromPhysicalAddress()
|
D | HdmiCecLocalDeviceAudioSystem.java | 888 int targetPhysicalAddress = getActiveSource().physicalAddress; in setSystemAudioMode() local 889 int port = mService.pathToPortId(targetPhysicalAddress); in setSystemAudioMode()
|