Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909w_3100/hdmi_cec/
Dqhdmi_cec.h75 std::thread hdmi_cec_monitor; // hdmi plugin monitor thread variable member
Dqhdmi_cec.cpp476 ctx->hdmi_cec_monitor = std::thread(event_monitor, ctx); in cec_init_context()
493 if (ctx->hdmi_cec_monitor.joinable()) { in cec_close_context()
494 ctx->hdmi_cec_monitor.join(); in cec_close_context()
/hardware/qcom/display/msm8909/hdmi_cec/
Dqhdmi_cec.h75 std::thread hdmi_cec_monitor; // hdmi plugin monitor thread variable member
Dqhdmi_cec.cpp476 ctx->hdmi_cec_monitor = std::thread(event_monitor, ctx); in cec_init_context()
493 if (ctx->hdmi_cec_monitor.joinable()) { in cec_close_context()
494 ctx->hdmi_cec_monitor.join(); in cec_close_context()