Searched refs:open_ (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h67 static open open_; member in class:sdm::Sys
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Dsys.cpp48 Sys::open Sys::open_ = ::open; member in class:sdm::Sys
/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dsys.h73 static open open_; member in class:sdm::Sys
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Dsys.cpp49 Sys::open Sys::open_ = ::open; member in class:sdm::Sys
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_hdmi.cpp156 int edid_file = Sys::open_(edid_path, O_RDONLY);
360 fd = Sys::open_(data, O_WRONLY);
402 scan_info_file = Sys::open_(data, O_RDONLY);
439 int fd = Sys::open_(file_path, file_mode);
580 int edid_s3d_node = Sys::open_(edid_s3d_path, O_RDONLY);
652 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
681 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
809 int fd_mode = Sys::open_(mode_path, O_WRONLY);
826 int fd_node = Sys::open_(node_path, O_WRONLY);
H A Dhw_primary.cpp273 int fd = Sys::open_(mode_path.c_str(), O_WRONLY);
311 int fd = Sys::open_(node_path, O_WRONLY);
473 int fd = Sys::open_(node_path, O_WRONLY);
527 int fd = Sys::open_(kBrightnessNode, O_RDWR);
561 int fd = Sys::open_(kBrightnessNode, O_RDWR);
H A Dhw_events.cpp67 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
H A Dhw_device.cpp101 device_fd_ = Sys::open_(dev_name, O_RDWR);
956 int fd = Sys::open_(kMaxBrightnessNode, O_RDONLY);
1188 int fd = Sys::open_(file_node, O_RDWR, 0);
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_hdmi.cpp181 int edid_file = Sys::open_(edid_path, O_RDONLY);
385 fd = Sys::open_(data, O_WRONLY);
427 scan_info_file = Sys::open_(data, O_RDONLY);
464 int fd = Sys::open_(file_path, file_mode);
604 int edid_s3d_node = Sys::open_(edid_s3d_path, O_RDONLY);
676 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
710 int fd_mode = Sys::open_(mode_path, O_WRONLY);
727 int fd_node = Sys::open_(node_path, O_WRONLY);
H A Dhw_primary.cpp283 int fd = Sys::open_(mode_path.c_str(), O_WRONLY);
317 int fd = Sys::open_(node_path, O_WRONLY);
463 int fd = Sys::open_(node_path, O_WRONLY);
517 int fd = Sys::open_(kBrightnessNode, O_RDWR);
551 int fd = Sys::open_(kBrightnessNode, O_RDWR);
H A Dhw_events.cpp94 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
H A Dhw_device.cpp81 device_fd_ = Sys::open_(device_name, O_RDWR);
883 int fd = Sys::open_(kMaxBrightnessNode, O_RDONLY);
1095 int fd = Sys::open_(file_node, O_RDWR, 0);
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_device_drm.cpp290 int fd = Sys::open_(kMaxBrightnessNode, O_RDONLY);

Completed in 193 milliseconds