/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_vsync.cpp | 112 char node_path[MAX_SYSFS_FILE_PATH]; in vsync_loop() local 119 snprintf(node_path, sizeof(node_path), in vsync_loop() 127 ev, dpy, node_path); in vsync_loop() 128 pfd[dpy][ev].fd = open(node_path, O_RDONLY); in vsync_loop()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_vsync.cpp | 131 char node_path[MAX_SYSFS_FILE_PATH]; in vsync_loop() local 135 snprintf(node_path, sizeof(node_path), in vsync_loop() 143 ev, dpy, node_path); in vsync_loop() 144 pfd[dpy][ev].fd = open(node_path, O_RDONLY); in vsync_loop()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_vsync.cpp | 127 char node_path[MAX_SYSFS_FILE_PATH]; in vsync_loop() local 131 snprintf(node_path, sizeof(node_path), in vsync_loop() 139 ev, dpy, node_path); in vsync_loop() 140 pfd[dpy][ev].fd = open(node_path, O_RDONLY); in vsync_loop()
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_primary.cpp | 309 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 315 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 317 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 319 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate() 456 char node_path[kMaxStringLength] = {0}; in SetIdleTimeoutMs() local 460 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_); in SetIdleTimeoutMs() 463 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs() 465 DLOGE("Unable to open %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs() 475 DLOGE("Unable to write into %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs()
|
D | hw_events.cpp | 81 char node_path[kMaxStringLength] = {0}; in InitializePollFd() local 93 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_num_, event_data->event_name); in InitializePollFd() 94 poll_fd.fd = Sys::open_(node_path, O_RDONLY); in InitializePollFd()
|
D | hw_hdmi.cpp | 700 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 708 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 712 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate() 727 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 729 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_primary.cpp | 299 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 305 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 307 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 309 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate() 462 char node_path[kMaxStringLength] = {0}; in SetIdleTimeoutMs() local 466 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_); in SetIdleTimeoutMs() 469 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs() 471 DLOGE("Unable to open %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs() 481 DLOGE("Unable to write into %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs()
|
D | hw_events.cpp | 53 char node_path[kMaxStringLength] = {0}; in InitializePollFd() local 65 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_num_, in InitializePollFd() 67 poll_fd.fd = Sys::open_(node_path, O_RDONLY); in InitializePollFd()
|
D | hw_hdmi.cpp | 900 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 916 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 935 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 937 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate()
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_primary.cpp | 299 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 305 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 307 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 309 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate() 462 char node_path[kMaxStringLength] = {0}; in SetIdleTimeoutMs() local 466 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_); in SetIdleTimeoutMs() 469 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs() 471 DLOGE("Unable to open %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs() 481 DLOGE("Unable to write into %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs()
|
D | hw_events.cpp | 53 char node_path[kMaxStringLength] = {0}; in InitializePollFd() local 65 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_num_, in InitializePollFd() 67 poll_fd.fd = Sys::open_(node_path, O_RDONLY); in InitializePollFd()
|
D | hw_hdmi.cpp | 929 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 945 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 964 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 966 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate()
|
/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
D | hw_primary.cpp | 299 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 305 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 307 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 309 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate() 462 char node_path[kMaxStringLength] = {0}; in SetIdleTimeoutMs() local 466 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_); in SetIdleTimeoutMs() 469 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs() 471 DLOGE("Unable to open %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs() 481 DLOGE("Unable to write into %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs()
|
D | hw_events.cpp | 53 char node_path[kMaxStringLength] = {0}; in InitializePollFd() local 65 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_num_, in InitializePollFd() 67 poll_fd.fd = Sys::open_(node_path, O_RDONLY); in InitializePollFd()
|
D | hw_hdmi.cpp | 923 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 939 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 958 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 960 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_primary.cpp | 299 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 305 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 307 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 309 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate() 462 char node_path[kMaxStringLength] = {0}; in SetIdleTimeoutMs() local 466 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_); in SetIdleTimeoutMs() 469 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs() 471 DLOGE("Unable to open %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs() 481 DLOGE("Unable to write into %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs()
|
D | hw_events.cpp | 53 char node_path[kMaxStringLength] = {0}; in InitializePollFd() local 65 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_num_, in InitializePollFd() 67 poll_fd.fd = Sys::open_(node_path, O_RDONLY); in InitializePollFd()
|
D | hw_hdmi.cpp | 912 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local 928 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 947 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 949 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate()
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.cpp | 588 char node_path[MAX_STRING_LENGTH] = {0}; in set_event_params() local 590 snprintf(node_path, sizeof(node_path), "%s%d/%s", FB_PATH, ctx->fb_num, "cec/rd_msg"); in set_event_params() 591 poll_fd.fd = open(node_path, O_RDONLY); in set_event_params()
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.cpp | 588 char node_path[MAX_STRING_LENGTH] = {0}; in set_event_params() local 590 snprintf(node_path, sizeof(node_path), "%s%d/%s", FB_PATH, ctx->fb_num, "cec/rd_msg"); in set_event_params() 591 poll_fd.fd = open(node_path, O_RDONLY); in set_event_params()
|