HomeSort by relevance Sort by last modified time
    Searched refs:open_ (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 35 open_(false),
98 return open_;
162 open_ = true;
187 open_ = true;
262 open_ = false;
file_impl.h 59 bool open_; member in class:webrtc::FileWrapperImpl
  /hardware/qcom/display/msm8996/sdm/include/utils/
sys.h 67 static open open_; member in class:sdm::Sys
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 48 Sys::open Sys::open_ = ::open; member in class:sdm::Sys
  /hardware/qcom/display/msm8998/sdm/include/utils/
sys.h 73 static open open_; member in class:sdm::Sys
  /hardware/qcom/display/msm8998/sdm/libs/utils/
sys.cpp 49 Sys::open Sys::open_ = ::open; member in class:sdm::Sys
  /hardware/qcom/display/sdm845/sdm/include/utils/
sys.h 73 static open open_; member in class:sdm::Sys
  /hardware/qcom/display/sdm845/sdm/libs/utils/
sys.cpp 49 Sys::open Sys::open_ = ::open; member in class:sdm::Sys
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 256 int edid_file = Sys::open_(edid_path, O_RDONLY);
469 fd = Sys::open_(data, O_WRONLY);
511 scan_info_file = Sys::open_(data, O_RDONLY);
548 int fd = Sys::open_(file_path, file_mode);
689 int edid_s3d_node = Sys::open_(edid_s3d_path, O_RDONLY);
761 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
790 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
918 int fd_mode = Sys::open_(mode_path, O_WRONLY);
935 int fd_node = Sys::open_(node_path, O_WRONLY);
996 int fd = Sys::open_(hdr_stream_path, O_WRONLY)
    [all...]
hw_primary.cpp 273 int fd = Sys::open_(mode_path.c_str(), O_WRONLY);
307 int fd = Sys::open_(node_path, O_WRONLY);
469 int fd = Sys::open_(node_path, O_WRONLY);
523 int fd = Sys::open_(kBrightnessNode, O_RDWR);
557 int fd = Sys::open_(kBrightnessNode, O_RDWR);
hw_events.cpp 67 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
hw_device.cpp 102 device_fd_ = Sys::open_(dev_name, O_RDWR);
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_hdmi.cpp 256 int edid_file = Sys::open_(edid_path, O_RDONLY);
469 fd = Sys::open_(data, O_WRONLY);
511 scan_info_file = Sys::open_(data, O_RDONLY);
548 int fd = Sys::open_(file_path, file_mode);
689 int edid_s3d_node = Sys::open_(edid_s3d_path, O_RDONLY);
761 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
790 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
918 int fd_mode = Sys::open_(mode_path, O_WRONLY);
935 int fd_node = Sys::open_(node_path, O_WRONLY);
996 int fd = Sys::open_(hdr_stream_path, O_WRONLY)
    [all...]
hw_primary.cpp 273 int fd = Sys::open_(mode_path.c_str(), O_WRONLY);
307 int fd = Sys::open_(node_path, O_WRONLY);
469 int fd = Sys::open_(node_path, O_WRONLY);
523 int fd = Sys::open_(kBrightnessNode, O_RDWR);
557 int fd = Sys::open_(kBrightnessNode, O_RDWR);
hw_events.cpp 67 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
hw_device.cpp 101 device_fd_ = Sys::open_(dev_name, O_RDWR);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.cpp 181 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);
hw_primary.cpp 283 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);
hw_events.cpp 94 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
hw_device.cpp 81 device_fd_ = Sys::open_(device_name, O_RDWR);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 290 int fd = Sys::open_(kMaxBrightnessNode.c_str(), O_RDONLY);
650 int fd = Sys::open_(kBrightnessNode, O_RDWR);
679 int fd = Sys::open_(kBrightnessNode, O_RDWR);
hw_info_drm.cpp 411 int fd = Sys::open_(path.c_str(), O_RDONLY);
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_device_drm.cpp 525 int fd = Sys::open_(kMaxBrightnessNode.c_str(), O_RDONLY);
950 int fd = Sys::open_(kBrightnessNode, O_RDWR);
    [all...]
hw_info_drm.cpp 438 int fd = Sys::open_(path.c_str(), O_RDONLY);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texi2html.py 499 method = getattr(self, 'open_' + cmd)
781 def open_(self): pass # Used by {text enclosed in braces} member in class:TexinfoParser
784 open_asis = open_
863 open_titlefont = open_
    [all...]

Completed in 797 milliseconds

1 2