HomeSort by relevance Sort by last modified time
    Searched refs:node_path (Results 1 - 14 of 14) sorted by null

  /external/chromium-trace/catapult/common/node_runner/node_runner/
node_util.py 26 self.node_path = self.bm.FetchPath('node', self.os_name, self.arch_name)
38 subprocess.call([self.node_path, self.npm_path, 'install'])
50 return _NODE_MANAGER.node_path
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 127 char node_path[MAX_SYSFS_FILE_PATH]; local
131 snprintf(node_path, sizeof(node_path),
139 ev, dpy, node_path);
140 pfd[dpy][ev].fd = open(node_path, O_RDONLY);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 112 char node_path[MAX_SYSFS_FILE_PATH]; local
119 snprintf(node_path, sizeof(node_path),
127 ev, dpy, node_path);
128 pfd[dpy][ev].fd = open(node_path, O_RDONLY);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 131 char node_path[MAX_SYSFS_FILE_PATH]; local
135 snprintf(node_path, sizeof(node_path),
143 ev, dpy, node_path);
144 pfd[dpy][ev].fd = open(node_path, O_RDONLY);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 131 char node_path[MAX_SYSFS_FILE_PATH]; local
135 snprintf(node_path, sizeof(node_path),
143 ev, dpy, node_path);
144 pfd[dpy][ev].fd = open(node_path, O_RDONLY);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 309 char node_path[kMaxStringLength] = {0}; local
315 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_);
317 int fd = Sys::open_(node_path, O_WRONLY);
319 DLOGE("Failed to open %s with error %s", node_path, strerror(errno));
456 char node_path[kMaxStringLength] = {0}; local
460 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_);
463 int fd = Sys::open_(node_path, O_WRONLY);
465 DLOGE("Unable to open %s, node %s", node_path, strerror(errno))
    [all...]
hw_events.cpp 81 char node_path[kMaxStringLength] = {0}; local
93 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_num_, event_data->event_name);
94 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
hw_hdmi.cpp 700 char node_path[kMaxStringLength] = {0}; local
708 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_);
712 DLOGE("Failed to open %s with error %s", node_path, strerror(errno));
727 int fd_node = Sys::open_(node_path, O_WRONLY);
729 DLOGE("Failed to open %s with error %s", node_path, strerror(errno));
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_primary.cpp 299 char node_path[kMaxStringLength] = {0}; local
305 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_);
307 int fd = Sys::open_(node_path, O_WRONLY);
309 DLOGE("Failed to open %s with error %s", node_path, strerror(errno));
462 char node_path[kMaxStringLength] = {0}; local
466 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_);
469 int fd = Sys::open_(node_path, O_WRONLY);
471 DLOGE("Unable to open %s, node %s", node_path, strerror(errno))
    [all...]
hw_events.cpp 53 char node_path[kMaxStringLength] = {0}; local
65 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_num_,
67 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
hw_hdmi.cpp 900 char node_path[kMaxStringLength] = {0}; local
916 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_);
935 int fd_node = Sys::open_(node_path, O_WRONLY);
937 DLOGE("Failed to open %s with error %s", node_path, strerror(errno));
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_primary.cpp 299 char node_path[kMaxStringLength] = {0}; local
305 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_);
307 int fd = Sys::open_(node_path, O_WRONLY);
309 DLOGE("Failed to open %s with error %s", node_path, strerror(errno));
462 char node_path[kMaxStringLength] = {0}; local
466 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_);
469 int fd = Sys::open_(node_path, O_WRONLY);
471 DLOGE("Unable to open %s, node %s", node_path, strerror(errno))
    [all...]
hw_events.cpp 53 char node_path[kMaxStringLength] = {0}; local
65 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_num_,
67 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
hw_hdmi.cpp 900 char node_path[kMaxStringLength] = {0}; local
916 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_);
935 int fd_node = Sys::open_(node_path, O_WRONLY);
937 DLOGE("Failed to open %s with error %s", node_path, strerror(errno));
    [all...]

Completed in 134 milliseconds