Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_device.cpp940 char hpdpath[kMaxStringLength]; in EnableHotPlugDetection() local
946 snprintf(hpdpath , sizeof(hpdpath), "%s%d/hpd", fb_path_, hdmi_node_index); in EnableHotPlugDetection()
949 ssize_t length = SysFsWrite(hpdpath, &value, sizeof(value)); in EnableHotPlugDetection()