Home
last modified time | relevance | path

Searched refs:toDevice (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java647 public String checkExpectedOutput(LogicalAddress toDevice, CecOperand expectedMessage) in checkExpectedOutput() argument
649 return checkExpectedOutput(targetDevice, toDevice, expectedMessage, DEFAULT_TIMEOUT, false); in checkExpectedOutput()
672 LogicalAddress fromDevice, LogicalAddress toDevice, CecOperand expectedMessage) in checkExpectedMessageFromClient() argument
674 return checkExpectedOutput(fromDevice, toDevice, expectedMessage, DEFAULT_TIMEOUT, true); in checkExpectedMessageFromClient()
715 LogicalAddress toDevice, CecOperand expectedMessage, long timeoutMillis) in checkExpectedOutput() argument
717 return checkExpectedOutput(targetDevice, toDevice, expectedMessage, timeoutMillis, false); in checkExpectedOutput()
727 LogicalAddress fromDevice, LogicalAddress toDevice, CecOperand expectedMessage) in checkExpectedOutput() argument
729 return checkExpectedOutput(fromDevice, toDevice, expectedMessage, DEFAULT_TIMEOUT, false); in checkExpectedOutput()
741 LogicalAddress toDevice, in checkExpectedOutput() argument
759 + toDevice in checkExpectedOutput()
[all …]
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecSystemAudioControlTest.java109 private void sendVolumeUpCommandAndCheckForUcp(LogicalAddress toDevice) throws Exception { in sendVolumeUpCommandAndCheckForUcp() argument
112 hdmiCecClient.checkExpectedOutput(toDevice, CecOperand.USER_CONTROL_PRESSED); in sendVolumeUpCommandAndCheckForUcp()
114 hdmiCecClient.checkExpectedOutput(toDevice, CecOperand.USER_CONTROL_RELEASED); in sendVolumeUpCommandAndCheckForUcp()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/targetprep/
DCecPortDiscoverer.java128 int toDevice; in initValidClient() local
133 toDevice = LogicalAddress.PLAYBACK_1.getLogicalAddressAsInt(); in initValidClient()
136 toDevice = LogicalAddress.TV.getLogicalAddressAsInt(); in initValidClient()
150 sendVendorCommand.append(" -d " + toDevice); in initValidClient()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/tv/
DHdmiCecRemoteControlPassThroughTest.java177 private void validateKeyeventToUserControlPress(LogicalAddress toDevice in validateKeyeventToUserControlPress() argument
183 hdmiCecClient.checkExpectedOutput(toDevice, CecOperand.USER_CONTROL_PRESSED); in validateKeyeventToUserControlPress()
185 hdmiCecClient.checkExpectedOutput(toDevice, CecOperand.USER_CONTROL_RELEASED); in validateKeyeventToUserControlPress()