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

1 2 3 4 5 6 7

  /hardware/qcom/display/msm8998/sdm/libs/utils/
sys.cpp 30 #include <utils/sys.h>
31 #include <sys/ioctl.h>
36 #define __CLASS__ "Sys"
47 Sys::ioctl Sys::ioctl_ = ::ioctl;
48 Sys::access Sys::access_ = ::access;
49 Sys::open Sys::open_ = ::open;
50 Sys::close Sys::close_ = ::close
    [all...]
utils.cpp 32 #include <utils/sys.h>
61 Sys::close_(*fd);
67 const char *fb_caps = "/sys/devices/virtual/graphics/fb0/mdp/caps";
69 return Sys::access_(fb_caps, F_OK) ? DriverType::DRM : DriverType::FB;
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 30 #include <utils/sys.h>
31 #include <sys/ioctl.h>
36 #define __CLASS__ "Sys"
47 Sys::ioctl Sys::ioctl_ = ::ioctl;
48 Sys::open Sys::open_ = ::open;
49 Sys::close Sys::close_ = ::close;
50 Sys::poll Sys::poll_ = ::poll
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
interface.go 33 // Sys implements the Sys method of Message interface.
34 func (m *InterfaceAddrMessage) Sys() []Sys { return nil }
48 // Sys implements the Sys method of Message interface.
49 func (m *InterfaceMulticastAddrMessage) Sys() []Sys { return nil }
63 // Sys implements the Sys method of Message interface
    [all...]
sys_dragonfly.go 16 // SysType implements the SysType method of Sys interface.
19 // Sys implements the Sys method of Message interface.
20 func (m *RouteMessage) Sys() []Sys {
21 return []Sys{
34 // SysType implements the SysType method of Sys interface.
37 // Sys implements the Sys method of Message interface.
38 func (m *InterfaceMessage) Sys() []Sys
    [all...]
sys_netbsd.go 14 // SysType implements the SysType method of Sys interface.
17 // Sys implements the Sys method of Message interface.
18 func (m *RouteMessage) Sys() []Sys {
19 return []Sys{
32 // SysType implements the SysType method of Sys interface.
35 // Sys implements the Sys method of Message interface.
36 func (m *InterfaceMessage) Sys() []Sys
    [all...]
sys_openbsd.go 23 // SysType implements the SysType method of Sys interface.
26 // Sys implements the Sys method of Message interface.
27 func (m *RouteMessage) Sys() []Sys {
28 return []Sys{
41 // SysType implements the SysType method of Sys interface.
44 // Sys implements the Sys method of Message interface.
45 func (m *InterfaceMessage) Sys() []Sys
    [all...]
sys_darwin.go 21 // SysType implements the SysType method of Sys interface.
24 // Sys implements the Sys method of Message interface.
25 func (m *RouteMessage) Sys() []Sys {
26 return []Sys{
39 // SysType implements the SysType method of Sys interface.
42 // Sys implements the Sys method of Message interface.
43 func (m *InterfaceMessage) Sys() []Sys
    [all...]
sys_freebsd.go 19 // SysType implements the SysType method of Sys interface.
22 // Sys implements the Sys method of Message interface.
23 func (m *RouteMessage) Sys() []Sys {
25 return []Sys{
31 return []Sys{
44 // SysType implements the SysType method of Sys interface.
47 // Sys implements the Sys method of Message interface
    [all...]
message.go 14 // Sys returns operating system-specific information.
15 Sys() []Sys
18 // A Sys reprensents operating system-specific information.
19 type Sys interface {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
interface.go 33 // Sys implements the Sys method of Message interface.
34 func (m *InterfaceAddrMessage) Sys() []Sys { return nil }
48 // Sys implements the Sys method of Message interface.
49 func (m *InterfaceMulticastAddrMessage) Sys() []Sys { return nil }
63 // Sys implements the Sys method of Message interface
    [all...]
sys_dragonfly.go 16 // SysType implements the SysType method of Sys interface.
19 // Sys implements the Sys method of Message interface.
20 func (m *RouteMessage) Sys() []Sys {
21 return []Sys{
34 // SysType implements the SysType method of Sys interface.
37 // Sys implements the Sys method of Message interface.
38 func (m *InterfaceMessage) Sys() []Sys
    [all...]
sys_netbsd.go 14 // SysType implements the SysType method of Sys interface.
17 // Sys implements the Sys method of Message interface.
18 func (m *RouteMessage) Sys() []Sys {
19 return []Sys{
32 // SysType implements the SysType method of Sys interface.
35 // Sys implements the Sys method of Message interface.
36 func (m *InterfaceMessage) Sys() []Sys
    [all...]
sys_openbsd.go 23 // SysType implements the SysType method of Sys interface.
26 // Sys implements the Sys method of Message interface.
27 func (m *RouteMessage) Sys() []Sys {
28 return []Sys{
41 // SysType implements the SysType method of Sys interface.
44 // Sys implements the Sys method of Message interface.
45 func (m *InterfaceMessage) Sys() []Sys
    [all...]
sys_darwin.go 21 // SysType implements the SysType method of Sys interface.
24 // Sys implements the Sys method of Message interface.
25 func (m *RouteMessage) Sys() []Sys {
26 return []Sys{
39 // SysType implements the SysType method of Sys interface.
42 // Sys implements the Sys method of Message interface.
43 func (m *InterfaceMessage) Sys() []Sys
    [all...]
sys_freebsd.go 19 // SysType implements the SysType method of Sys interface.
22 // Sys implements the Sys method of Message interface.
23 func (m *RouteMessage) Sys() []Sys {
25 return []Sys{
31 return []Sys{
44 // SysType implements the SysType method of Sys interface.
47 // Sys implements the Sys method of Message interface
    [all...]
message.go 14 // Sys returns operating system-specific information.
15 Sys() []Sys
18 // A Sys reprensents operating system-specific information.
19 type Sys interface {
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 35 #include <sys/prctl.h>
36 #include <sys/ioctl.h>
37 #include <sys/time.h>
38 #include <sys/resource.h>
40 #include <utils/sys.h>
127 Sys::fstream fs(mode_path, fstream::in);
133 if (Sys::getline_(fs, line)) {
162 Sys::fstream fs(modes_path, fstream::in);
169 while (Sys::getline_(fs, line)) {
231 if (Sys::ioctl_(device_fd_, FBIOGET_VSCREENINFO, &var_screeninfo) < 0)
    [all...]
hw_events.cpp 35 #include <sys/types.h>
36 #include <sys/resource.h>
37 #include <sys/prctl.h>
39 #include <utils/sys.h>
89 poll_fd.fd = Sys::eventfd_(0, 0);
94 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
105 Sys::pread_(poll_fd.fd, data , kMaxStringLength, 0);
166 Sys::pthread_cancel_(event_thread_);
169 ssize_t write_size = Sys::write_(exit_fd_, &exit_value, sizeof(uint64_t));
177 Sys::close_(poll_fds_[i].fd)
    [all...]
hw_hdmi.cpp 33 #include <sys/ioctl.h>
38 #include <utils/sys.h>
181 int edid_file = Sys::open_(edid_path, O_RDONLY);
187 length = Sys::pread_(edid_file, edid_str, sizeof(edid_str)-1, 0);
192 Sys::close_(edid_file);
272 if (Sys::ioctl_(device_fd_, FBIOGET_VSCREENINFO, &vscreeninfo) < 0) {
298 if (Sys::ioctl_(device_fd_, MSMFB_METADATA_SET, &metadata) < 0) {
309 if (Sys::ioctl_(device_fd_, FBIOPUT_VSCREENINFO, &vscreeninfo) < 0) {
385 fd = Sys::open_(data, O_WRONLY);
393 ssize_t err = Sys::pwrite_(fd, data, strlen(data), 0)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_primary.cpp 35 #include <sys/prctl.h>
36 #include <sys/ioctl.h>
37 #include <sys/time.h>
38 #include <sys/resource.h>
40 #include <utils/sys.h>
117 Sys::fstream fs(mode_path, fstream::in);
123 if (Sys::getline_(fs, line)) {
152 Sys::fstream fs(modes_path, fstream::in);
159 while (Sys::getline_(fs, line)) {
219 if (Sys::ioctl_(device_fd_, FBIOGET_VSCREENINFO, &var_screeninfo) < 0)
    [all...]
hw_hdmi.cpp 33 #include <sys/ioctl.h>
38 #include <utils/sys.h>
156 int edid_file = Sys::open_(edid_path, O_RDONLY);
162 length = Sys::pread_(edid_file, edid_str, sizeof(edid_str)-1, 0);
167 Sys::close_(edid_file);
247 if (Sys::ioctl_(device_fd_, FBIOGET_VSCREENINFO, &vscreeninfo) < 0) {
273 if (Sys::ioctl_(device_fd_, MSMFB_METADATA_SET, &metadata) < 0) {
284 if (Sys::ioctl_(device_fd_, FBIOPUT_VSCREENINFO, &vscreeninfo) < 0) {
360 fd = Sys::open_(data, O_WRONLY);
368 ssize_t err = Sys::pwrite_(fd, data, strlen(data), 0)
    [all...]
hw_events.cpp 35 #include <sys/types.h>
36 #include <sys/resource.h>
37 #include <sys/prctl.h>
39 #include <utils/sys.h>
61 poll_fd.fd = Sys::eventfd_(0, 0);
67 poll_fd.fd = Sys::open_(node_path, O_RDONLY);
78 Sys::pread_(poll_fd.fd, data , kMaxStringLength, 0);
148 Sys::pthread_cancel_(event_thread_);
151 ssize_t write_size = Sys::write_(exit_fd_, &exit_value, sizeof(uint64_t));
159 Sys::close_(poll_fds_[i].fd)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_events_drm.cpp 37 #include <sys/prctl.h>
38 #include <sys/resource.h>
39 #include <sys/types.h>
41 #include <utils/sys.h>
78 poll_fds_[i].fd = Sys::eventfd_(0, 0);
81 Sys::pread_(poll_fds_[i].fd, data, kMaxStringLength, 0);
158 Sys::pthread_cancel_(event_thread_);
163 ssize_t write_size = Sys::write_(poll_fds_[i].fd, &exit_value, sizeof(uint64_t));
184 Sys::close_(poll_fds_[i].fd);
220 int error = Sys::poll_(poll_fds_.data(), UINT32(poll_fds_.size()), -1)
    [all...]
  /external/llvm/test/Bindings/OCaml/
bitwriter.ml 43 test (Llvm_bitwriter.write_bitcode_file m Sys.argv.(1));
44 let file_buf = read_file Sys.argv.(1) in

Completed in 441 milliseconds

1 2 3 4 5 6 7