HomeSort by relevance Sort by last modified time
    Searched refs:hdmi_cec_monitor (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8909/hdmi_cec/
qhdmi_cec.h 75 std::thread hdmi_cec_monitor; // hdmi plugin monitor thread variable member in struct:qhdmicec::cec_context_t
qhdmi_cec.cpp 476 ctx->hdmi_cec_monitor = std::thread(event_monitor, ctx);
493 if (ctx->hdmi_cec_monitor.joinable()) {
494 ctx->hdmi_cec_monitor.join();
  /hardware/qcom/display/msm8909w_3100/hdmi_cec/
qhdmi_cec.h 75 std::thread hdmi_cec_monitor; // hdmi plugin monitor thread variable member in struct:qhdmicec::cec_context_t
qhdmi_cec.cpp 476 ctx->hdmi_cec_monitor = std::thread(event_monitor, ctx);
493 if (ctx->hdmi_cec_monitor.joinable()) {
494 ctx->hdmi_cec_monitor.join();

Completed in 76 milliseconds