Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp112 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/
Dhwc_vsync.cpp131 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/
Dhwc_vsync.cpp127 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/
Dhw_primary.cpp309 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()
Dhw_events.cpp81 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()
Dhw_hdmi.cpp700 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/
Dhw_primary.cpp299 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()
Dhw_events.cpp53 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()
Dhw_hdmi.cpp900 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/
Dhw_primary.cpp299 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()
Dhw_events.cpp53 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()
Dhw_hdmi.cpp929 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/
Dhw_primary.cpp299 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()
Dhw_events.cpp53 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()
Dhw_hdmi.cpp923 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/
Dhw_primary.cpp299 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()
Dhw_events.cpp53 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()
Dhw_hdmi.cpp912 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/
Dqhdmi_cec.cpp588 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/
Dqhdmi_cec.cpp588 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()