Searched refs:hdmi_cec_monitor (Results 1 – 4 of 4) sorted by relevance
75 std::thread hdmi_cec_monitor; // hdmi plugin monitor thread variable member
476 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()