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

1 2

  /external/nos/host/generic/libnos/
NuggetClient.cpp 32 : device_name_(device_name), open_(false) {
40 if (!open_) {
41 open_ = nos_device_open(
47 if (open_) {
49 open_ = false;
54 return open_;
60 if (!open_) {
90 return open_ ? &device_ : nullptr;
94 return open_ ? &device_ : nullptr;
  /system/update_engine/payload_consumer/
fake_file_descriptor.h 41 if (open_)
43 open_ = true;
71 return open_;
75 if (!open_)
77 open_ = false;
83 bool IsOpen() override { return open_; }
106 bool open_{false};
  /external/puffin/src/
memory_stream.cc 30 open_(true) {}
44 TEST_AND_RETURN_FALSE(open_);
53 TEST_AND_RETURN_FALSE(open_);
63 TEST_AND_RETURN_FALSE(open_);
74 open_ = false;
memory_stream.h 50 bool open_; member in class:puffin::MemoryStream
  /external/nos/host/generic/libnos/include/nos/
NuggetClient.h 96 bool open_; member in class:nos::NuggetClient
  /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/msm8909/sdm/include/utils/
sys.h 73 static open open_; member in class:sdm::Sys
  /hardware/qcom/display/msm8909/sdm/libs/utils/
sys.cpp 49 Sys::open Sys::open_ = ::open; member in class:sdm::Sys
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
sys.h 73 static open open_; member in class:sdm::Sys
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
sys.cpp 49 Sys::open Sys::open_ = ::open; member in class:sdm::Sys
  /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/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp 268 int edid_file = Sys::open_(edid_path, O_RDONLY);
481 fd = Sys::open_(data, O_WRONLY);
523 scan_info_file = Sys::open_(data, O_RDONLY);
560 int fd = Sys::open_(file_path, file_mode);
701 int edid_s3d_node = Sys::open_(edid_s3d_path, O_RDONLY);
773 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
802 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
930 int fd_mode = Sys::open_(mode_path, O_WRONLY);
947 int fd_node = Sys::open_(node_path, O_WRONLY);
1008 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);
  /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);
  /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);
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
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_hdmi.cpp 274 int edid_file = Sys::open_(edid_path, O_RDONLY);
498 fd = Sys::open_(data, O_WRONLY);
540 scan_info_file = Sys::open_(data, O_RDONLY);
577 int fd = Sys::open_(file_path, file_mode);
718 int edid_s3d_node = Sys::open_(edid_s3d_path, O_RDONLY);
790 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
819 int s3d_mode_node = Sys::open_(s3d_mode_path, O_RDWR);
947 int fd_mode = Sys::open_(mode_path, O_WRONLY);
964 int fd_node = Sys::open_(node_path, O_WRONLY);
    [all...]
hw_events.cpp 67 poll_fd.fd = Sys::open_(node_path, O_RDONLY);

Completed in 654 milliseconds

1 2