Searched refs:CEC_PORT_BUSY (Results 1 – 1 of 1) sorted by relevance
65 private static final String CEC_PORT_BUSY = "unable to open the device on port"; field in HdmiCecClientWrapper523 } else if (line.toLowerCase().contains(CEC_PORT_BUSY.toLowerCase())) { in checkConsoleOutput()