Searched refs:open_ (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | sys.cpp | 47 Sys::open Sys::open_ = ::open; member in sdm::Sys 73 Sys::open Sys::open_ = virtual_open;
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 190 int edid_file = Sys::open_(edid_path, O_RDONLY); in ReadEDIDInfo() 386 fd = Sys::open_(data, O_WRONLY); in OnMinHdcpEncryptionLevelChange() 428 scan_info_file = Sys::open_(data, O_RDONLY); in ReadScanInfo() 465 int fd = Sys::open_(file_path, file_mode); in OpenResolutionFile() 605 int edid_s3d_node = Sys::open_(edid_s3d_path, O_RDONLY); in GetDisplayS3DSupport() 677 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR); in SetS3DMode()
|
D | hw_primary.cpp | 115 poll_fd.fd = Sys::open_(node_path, O_RDONLY); in Init() 345 int fd = Sys::open_(mode_path.c_str(), O_WRONLY); in SetDisplayAttributes() 378 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate() 556 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs() 617 int fd = Sys::open_(kBrightnessNode, O_RDWR); in SetPanelBrightness() 651 int fd = Sys::open_(kBrightnessNode, O_RDWR); in GetPanelBrightness()
|
D | hw_device.cpp | 81 device_fd_ = Sys::open_(device_name, O_RDWR); in Init() 887 int fd = Sys::open_(kMaxBrightnessNode, O_RDONLY); in GetHWPanelMaxBrightnessFromNode() 1118 int fd = Sys::open_(file_node, O_RDWR, 0); in SysFsWrite()
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | sys.h | 51 static open open_; variable
|