Home
last modified time | relevance | path

Searched refs:open_ (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/utils/
Dsys.cpp47 Sys::open Sys::open_ = ::open; member in sdm::Sys
73 Sys::open Sys::open_ = virtual_open;
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_hdmi.cpp190 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()
Dhw_primary.cpp115 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()
Dhw_device.cpp81 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/
Dsys.h51 static open open_; variable