Home
last modified time | relevance | path

Searched refs:hdmi_node_index (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_hdmi.cpp568 int hdmi_node_index = GetFBNodeIndex(kDeviceHDMI); in SetSourceProductInformation() local
569 if (hdmi_node_index < 0) { in SetSourceProductInformation()
579 snprintf(sys_fs_path , sizeof(sys_fs_path), "%s%d/%s", fb_path_, hdmi_node_index, node); in SetSourceProductInformation()
Dhw_device.cpp941 int hdmi_node_index = GetFBNodeIndex(kDeviceHDMI); in EnableHotPlugDetection() local
942 if (hdmi_node_index < 0) { in EnableHotPlugDetection()
946 snprintf(hpdpath , sizeof(hpdpath), "%s%d/hpd", fb_path_, hdmi_node_index); in EnableHotPlugDetection()