Searched refs:fb_type_path (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/qcom/display/msm8996/hdmi_cec/ |
H A D | qhdmi_cec.cpp | 138 char fb_type_path[MAX_PATH_LENGTH]; in cec_get_fb_node_number() local 143 snprintf(fb_type_path, sizeof(fb_type_path),"%s%d/msm_fb_type", in cec_get_fb_node_number() 145 ALOGD_IF(DEBUG, "%s: num: %d fb_type_path: %s", __FUNCTION__, num, fb_type_path); in cec_get_fb_node_number() 146 len = read_node(fb_type_path, fb_type); in cec_get_fb_node_number()
|
/aosp12/hardware/qcom/display/msm8998/hdmi_cec/ |
H A D | qhdmi_cec.cpp | 142 char fb_type_path[MAX_PATH_LENGTH]; in cec_get_fb_node_number() local 147 snprintf(fb_type_path, sizeof(fb_type_path),"%s%d/msm_fb_type", in cec_get_fb_node_number() 149 ALOGD_IF(DEBUG, "%s: num: %d fb_type_path: %s", __FUNCTION__, num, fb_type_path); in cec_get_fb_node_number() 150 len = read_node(fb_type_path, fb_type); in cec_get_fb_node_number()
|
/aosp12/hardware/qcom/sdm845/display/hdmi_cec/ |
H A D | qhdmi_cec.cpp | 138 char fb_type_path[MAX_PATH_LENGTH]; in cec_get_fb_node_number() local 143 snprintf(fb_type_path, sizeof(fb_type_path),"%s%d/msm_fb_type", in cec_get_fb_node_number() 145 ALOGD_IF(DEBUG, "%s: num: %d fb_type_path: %s", __FUNCTION__, num, fb_type_path); in cec_get_fb_node_number() 146 len = read_node(fb_type_path, fb_type); in cec_get_fb_node_number()
|
/aosp12/hardware/qcom/sm7250/display/hdmi_cec/ |
H A D | qhdmi_cec.cpp | 138 char fb_type_path[MAX_PATH_LENGTH]; in cec_get_fb_node_number() local 143 snprintf(fb_type_path, sizeof(fb_type_path),"%s%d/msm_fb_type", in cec_get_fb_node_number() 145 ALOGD_IF(DEBUG, "%s: num: %d fb_type_path: %s", __FUNCTION__, num, fb_type_path); in cec_get_fb_node_number() 146 len = read_node(fb_type_path, fb_type); in cec_get_fb_node_number()
|
/aosp12/hardware/qcom/sm8150/display/hdmi_cec/ |
H A D | qhdmi_cec.cpp | 138 char fb_type_path[MAX_PATH_LENGTH]; in cec_get_fb_node_number() local 143 snprintf(fb_type_path, sizeof(fb_type_path),"%s%d/msm_fb_type", in cec_get_fb_node_number() 145 ALOGD_IF(DEBUG, "%s: num: %d fb_type_path: %s", __FUNCTION__, num, fb_type_path); in cec_get_fb_node_number() 146 len = read_node(fb_type_path, fb_type); in cec_get_fb_node_number()
|
/aosp12/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
H A D | qhdmi_cec.cpp | 153 std::string fb_type_path; in cec_get_fb_node_number() local 158 fb_type_path = SYSFS_BASE + std::to_string(ctx->fb_num) + "/msm_fb_type"; in cec_get_fb_node_number() 159 len = read_node(fb_type_path.c_str(), fb_type); in cec_get_fb_node_number()
|
/aosp12/hardware/qcom/display/msm8909/hdmi_cec/ |
H A D | qhdmi_cec.cpp | 153 std::string fb_type_path; in cec_get_fb_node_number() local 158 fb_type_path = SYSFS_BASE + std::to_string(ctx->fb_num) + "/msm_fb_type"; in cec_get_fb_node_number() 159 len = read_node(fb_type_path.c_str(), fb_type); in cec_get_fb_node_number()
|