HomeSort by relevance Sort by last modified time
    Searched full:pread_ (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8996/sdm/include/utils/
sys.h 70 static pread pread_; member in class:sdm::Sys
  /hardware/qcom/display/msm8996/sdm/libs/utils/
sys.cpp 51 Sys::pread Sys::pread_ = ::pread; member in class:sdm::Sys
  /hardware/qcom/display/msmcobalt/sdm/include/utils/
sys.h 76 static pread pread_; member in class:sdm::Sys
  /hardware/qcom/display/msmcobalt/sdm/libs/utils/
sys.cpp 52 Sys::pread Sys::pread_ = ::pread; member in class:sdm::Sys
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 105 Sys::pread_(poll_fd.fd, data , kMaxStringLength, 0);
215 (Sys::pread_(poll_fd.fd, data, kMaxStringLength, 0) > 0)) {
hw_hdmi.cpp 187 length = Sys::pread_(edid_file, edid_str, sizeof(edid_str)-1, 0);
434 len = Sys::pread_(scan_info_file, data, sizeof(data) - 1, 0);
498 bytes_read = Sys::pread_(fd, config_buffer, kPageSize, 0);
610 length = Sys::pread_(edid_s3d_node, edid_s3d_str, sizeof(edid_s3d_str)-1, 0);
hw_primary.cpp 558 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) {
hw_device.cpp     [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_events.cpp 105 Sys::pread_(poll_fd.fd, data , kMaxStringLength, 0);
215 (Sys::pread_(poll_fd.fd, data, kMaxStringLength, 0) > 0)) {
hw_hdmi.cpp 162 length = Sys::pread_(edid_file, edid_str, sizeof(edid_str)-1, 0);
409 len = Sys::pread_(scan_info_file, data, sizeof(data) - 1, 0);
473 bytes_read = Sys::pread_(fd, config_buffer, kPageSize, 0);
586 length = Sys::pread_(edid_s3d_node, edid_s3d_str, sizeof(edid_s3d_str)-1, 0);
687 length = Sys::pread_(s3d_mode_node, s3d_mode_string, sizeof(s3d_mode_string), 0);
hw_primary.cpp 545 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) {
hw_device.cpp     [all...]

Completed in 797 milliseconds