Home
last modified time | relevance | path

Searched refs:dutPhysicalAddress (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecGeneralProtocolTest.java58 String dutPhysicalAddress = CecMessage.formatParams(getDumpsysPhysicalAddress(), in cect_hf_ignoreAdditionalParams() local
64 CecOperand.SET_STREAM_PATH, dutPhysicalAddress + routingChange); in cect_hf_ignoreAdditionalParams()
86 String dutPhysicalAddress = CecMessage.formatParams(getDumpsysPhysicalAddress(), in cectIgnoreAdditionalParamsAsMessage() local
92 CecOperand.SET_STREAM_PATH, dutPhysicalAddress in cectIgnoreAdditionalParamsAsMessage()
93 + routingChange + dutPhysicalAddress + tvPhysicalAddress); in cectIgnoreAdditionalParamsAsMessage()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecDeviceTypeTest.java63 public static int dutPhysicalAddress = HdmiCecConstants.DEFAULT_PHYSICAL_ADDRESS; field in HdmiCecDeviceTypeTest
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java162 public static int dutPhysicalAddress = HdmiCecConstants.DEFAULT_PHYSICAL_ADDRESS; field in BaseHdmiCecCtsTest