Searched refs:mCecClient (Results 1 – 1 of 1) sorted by relevance
43 private Process mCecClient; field in HdmiCecClientWrapper80 mCecClient = RunUtil.getDefault().runCmdInBackground(commands); in init()81 mInputConsole = new BufferedReader(new InputStreamReader(mCecClient.getInputStream())); in init()87 new OutputStreamWriter(mCecClient.getOutputStream()), BUFFER_SIZE); in init()100 if (!mCecClient.isAlive()) { in checkCecClient()366 if (!mCecClient.waitFor(MILLISECONDS_TO_READY, TimeUnit.MILLISECONDS)) { in killCecProcess()