Searched refs:fb_type (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/hdmi_cec/
H A Dqhdmi_cec.cpp139 char fb_type[MAX_SYSFS_DATA]; local
146 len = read_node(fb_type_path, fb_type);
147 ALOGD_IF(DEBUG, "%s: fb_type:%s", __FUNCTION__, fb_type);
148 if(len > 0 && (strncmp(fb_type, dtv_panel_str, strlen(dtv_panel_str)) == 0)){
/hardware/qcom/display/msm8998/hdmi_cec/
H A Dqhdmi_cec.cpp143 char fb_type[MAX_SYSFS_DATA]; local
150 len = read_node(fb_type_path, fb_type);
151 ALOGD_IF(DEBUG, "%s: fb_type:%s", __FUNCTION__, fb_type);
152 if(len > 0 && (strncmp(fb_type, dtv_panel_str, strlen(dtv_panel_str)) == 0)){
/hardware/qcom/display/msm8909/hdmi_cec/
H A Dqhdmi_cec.cpp154 char fb_type[MAX_SYSFS_DATA]; local
159 len = read_node(fb_type_path.c_str(), fb_type);
160 ALOGD_IF(DEBUG, "%s: fb_type:%s", __FUNCTION__, fb_type);
161 if(len > 0 && (strncmp(fb_type, dtv_panel_str, strlen(dtv_panel_str)) == 0)){
/hardware/qcom/display/msm8909w_3100/hdmi_cec/
H A Dqhdmi_cec.cpp154 char fb_type[MAX_SYSFS_DATA]; local
159 len = read_node(fb_type_path.c_str(), fb_type);
160 ALOGD_IF(DEBUG, "%s: fb_type:%s", __FUNCTION__, fb_type);
161 if(len > 0 && (strncmp(fb_type, dtv_panel_str, strlen(dtv_panel_str)) == 0)){

Completed in 29 milliseconds