Searched refs:pa_path (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8996/hdmi_cec/ |
D | qhdmi_cec.cpp | 193 char pa_path[MAX_PATH_LENGTH]; in cec_get_physical_address() local 195 snprintf (pa_path, sizeof(pa_path),"%s/pa", in cec_get_physical_address() 197 int err = (int) read_node(pa_path, pa_data); in cec_get_physical_address()
|
/hardware/qcom/sdm845/display/hdmi_cec/ |
D | qhdmi_cec.cpp | 193 char pa_path[MAX_PATH_LENGTH]; in cec_get_physical_address() local 195 snprintf (pa_path, sizeof(pa_path),"%s/pa", in cec_get_physical_address() 197 int err = (int) read_node(pa_path, pa_data); in cec_get_physical_address()
|
/hardware/qcom/display/msm8998/hdmi_cec/ |
D | qhdmi_cec.cpp | 197 char pa_path[MAX_PATH_LENGTH]; in cec_get_physical_address() local 199 snprintf (pa_path, sizeof(pa_path),"%s/pa", in cec_get_physical_address() 201 int err = (int) read_node(pa_path, pa_data); in cec_get_physical_address()
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.cpp | 205 std::string pa_path; in cec_get_physical_address() local 207 pa_path = ctx->fb_sysfs_path; in cec_get_physical_address() 208 pa_path.append("/pa"); in cec_get_physical_address() 209 int err = (int) read_node(pa_path.c_str(), pa_data); in cec_get_physical_address()
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.cpp | 205 std::string pa_path; in cec_get_physical_address() local 207 pa_path = ctx->fb_sysfs_path; in cec_get_physical_address() 208 pa_path.append("/pa"); in cec_get_physical_address() 209 int err = (int) read_node(pa_path.c_str(), pa_data); in cec_get_physical_address()
|