Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/error/
DErrorCodes.java26 CecPortBusy("Cec port busy "), enumConstant
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/targetprep/
DCecPortDiscoverer.java209 throw new CecClientWrapperException(ErrorCodes.CecPortBusy); in initValidClient()
212 if (cwe.getErrorCode() != ErrorCodes.CecPortBusy) { in initValidClient()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java524 throw new CecClientWrapperException(ErrorCodes.CecPortBusy); in checkConsoleOutput()