Home
last modified time | relevance | path

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

/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/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/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/msm8909/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/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
309 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate()
311 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
313 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate()
466 char node_path[kMaxStringLength] = {0}; in SetIdleTimeoutMs() local
470 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_); in SetIdleTimeoutMs()
473 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs()
475 DLOGE("Unable to open %s, node %s", node_path, strerror(errno)); in SetIdleTimeoutMs()
485 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.cpp791 char node_path[kMaxStringLength] = {0}; in SetRefreshRate() local
807 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate()
826 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
828 DLOGE("Failed to open %s with error %s", node_path, strerror(errno)); in SetRefreshRate()