Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java83 Process cecClient; in getValidCecClientPorts() local
90 cecClient = RunUtil.getDefault().runCmdInBackground(listPortsCommand); in getValidCecClientPorts()
99 new BufferedReader(new InputStreamReader(cecClient.getInputStream())); in getValidCecClientPorts()
100 while (cecClient.isAlive()) { in getValidCecClientPorts()
110 cecClient.waitFor(); in getValidCecClientPorts()