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

  /hardware/qcom/display/msm8996/hdmi_cec/
qhdmi_cec.h 57 bool system_control; // If true, HAL/driver handle CEC messages member in struct:qhdmicec::cec_context_t
qhdmi_cec.cpp 282 if(!ctx->system_control)
308 if(!ctx->system_control && connected == 0)
364 ALOGD_IF(DEBUG, "%s: system_control: value: %d",
366 ctx->system_control = !!value;
  /hardware/qcom/display/msm8998/hdmi_cec/
qhdmi_cec.h 57 bool system_control; // If true, HAL/driver handle CEC messages member in struct:qhdmicec::cec_context_t
qhdmi_cec.cpp 286 if(!ctx->system_control)
314 if(!ctx->system_control && connected == 0)
370 ALOGD_IF(DEBUG, "%s: system_control: value: %d",
372 ctx->system_control = !!value;
  /hardware/qcom/display/msm8909/hdmi_cec/
qhdmi_cec.h 60 bool system_control; // If true, HAL/driver handle CEC messages member in struct:qhdmicec::cec_context_t
qhdmi_cec.cpp 293 if(!ctx->system_control)
321 if(!ctx->system_control && connected == 0)
377 ALOGD_IF(DEBUG, "%s: system_control: value: %d",
379 ctx->system_control = !!value;
  /hardware/qcom/display/msm8909w_3100/hdmi_cec/
qhdmi_cec.h 60 bool system_control; // If true, HAL/driver handle CEC messages member in struct:qhdmicec::cec_context_t
qhdmi_cec.cpp 293 if(!ctx->system_control)
321 if(!ctx->system_control && connected == 0)
377 ALOGD_IF(DEBUG, "%s: system_control: value: %d",
379 ctx->system_control = !!value;

Completed in 243 milliseconds