Searched refs:ReadConsole (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/error/ |
D | ErrorCodes.java | 28 ReadConsole("Exception while reading from the console"), enumConstant
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | HdmiCecClientWrapper.java | 112 throw new CecClientWrapperException(ErrorCodes.ReadConsole, ioe); in getValidCecClientPorts() 152 ErrorCodes.ReadConsole, ioe, "Could not open port mapping file"); in initValidCecClient() 528 throw new CecClientWrapperException(ErrorCodes.ReadConsole, ioe); in checkConsoleOutput() 562 throw new CecClientWrapperException(ErrorCodes.ReadConsole, ioe); in getAllMessages() 605 throw new CecClientWrapperException(ErrorCodes.ReadConsole, ioe); in getAllDestLogicalAddresses() 803 throw new CecClientWrapperException(ErrorCodes.ReadConsole, ioe); in checkExpectedOutput() 840 throw new CecClientWrapperException(ErrorCodes.ReadConsole, ioe); in checkNoMessagesSentFromDevice() 928 throw new CecClientWrapperException(ErrorCodes.ReadConsole, ioe); in checkOutputDoesNotContainMessage() 1056 throw new CecClientWrapperException(ErrorCodes.ReadConsole, ioe); in checkMessagesInOrder()
|