Home
last modified time | relevance | path

Searched refs:pread_ (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/utils/
Dsys.h70 static pread pread_; variable
/hardware/qcom/display/sdm845/sdm/include/utils/
Dsys.h76 static pread pread_; variable
/hardware/qcom/display/msm8998/sdm/include/utils/
Dsys.h76 static pread pread_; variable
/hardware/qcom/display/msm8996/sdm/libs/utils/
Dsys.cpp51 Sys::pread Sys::pread_ = ::pread; member in sdm::Sys
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_events.cpp78 Sys::pread_(poll_fd.fd, data , kMaxStringLength, 0); in InitializePollFd()
208 (Sys::pread_(poll_fd.fd, data, kMaxStringLength, 0) > 0)) { in DisplayEventHandler()
Dhw_hdmi.cpp262 length = Sys::pread_(edid_file, edid_str, sizeof(edid_str)-1, 0); in ReadEDIDInfo()
518 len = Sys::pread_(scan_info_file, data, sizeof(data) - 1, 0); in ReadScanInfo()
582 bytes_read = Sys::pread_(fd, config_buffer, kPageSize, 0); in ReadResolutionFile()
695 length = Sys::pread_(edid_s3d_node, edid_s3d_str, sizeof(edid_s3d_str)-1, 0); in GetDisplayS3DSupport()
796 length = Sys::pread_(s3d_mode_node, s3d_mode_string, sizeof(s3d_mode_string), 0); in GetPanelS3DMode()
Dhw_primary.cpp564 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetPanelBrightness()
Dhw_device.cpp991 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetHWPanelMaxBrightnessFromNode()
/hardware/qcom/display/sdm845/sdm/libs/core/fb/
Dhw_events.cpp78 Sys::pread_(poll_fd.fd, data , kMaxStringLength, 0); in InitializePollFd()
201 (Sys::pread_(poll_fd.fd, data, kMaxStringLength, 0) > 0)) { in DisplayEventHandler()
Dhw_hdmi.cpp262 length = Sys::pread_(edid_file, edid_str, sizeof(edid_str)-1, 0); in ReadEDIDInfo()
518 len = Sys::pread_(scan_info_file, data, sizeof(data) - 1, 0); in ReadScanInfo()
582 bytes_read = Sys::pread_(fd, config_buffer, kPageSize, 0); in ReadResolutionFile()
695 length = Sys::pread_(edid_s3d_node, edid_s3d_str, sizeof(edid_s3d_str)-1, 0); in GetDisplayS3DSupport()
796 length = Sys::pread_(s3d_mode_node, s3d_mode_string, sizeof(s3d_mode_string), 0); in GetPanelS3DMode()
Dhw_primary.cpp564 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetPanelBrightness()
Dhw_device.cpp994 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetHWPanelMaxBrightnessFromNode()
/hardware/qcom/display/msm8998/sdm/libs/utils/
Dsys.cpp52 Sys::pread Sys::pread_ = ::pread; member in sdm::Sys
/hardware/qcom/display/sdm845/sdm/libs/utils/
Dsys.cpp52 Sys::pread Sys::pread_ = ::pread; member in sdm::Sys
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_events.cpp105 Sys::pread_(poll_fd.fd, data , kMaxStringLength, 0); in InitializePollFd()
215 (Sys::pread_(poll_fd.fd, data, kMaxStringLength, 0) > 0)) { in DisplayEventHandler()
Dhw_hdmi.cpp187 length = Sys::pread_(edid_file, edid_str, sizeof(edid_str)-1, 0); in ReadEDIDInfo()
434 len = Sys::pread_(scan_info_file, data, sizeof(data) - 1, 0); in ReadScanInfo()
498 bytes_read = Sys::pread_(fd, config_buffer, kPageSize, 0); in ReadResolutionFile()
610 length = Sys::pread_(edid_s3d_node, edid_s3d_str, sizeof(edid_s3d_str)-1, 0); in GetDisplayS3DSupport()
Dhw_primary.cpp558 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetPanelBrightness()
Dhw_device.cpp890 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetHWPanelMaxBrightnessFromNode()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_events_drm.cpp81 Sys::pread_(poll_fds_[i].fd, data, kMaxStringLength, 0); in InitializePollFd()
251 (Sys::pread_(poll_fd.fd, data, kMaxStringLength, 0) > 0)) { in DisplayEventHandler()
Dhw_device_drm.cpp297 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetHWPanelMaxBrightness()
686 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetPanelBrightness()
/hardware/qcom/display/sdm845/sdm/libs/core/drm/
Dhw_events_drm.cpp81 Sys::pread_(poll_fds_[i].fd, data, kMaxStringLength, 0); in InitializePollFd()
268 (Sys::pread_(poll_fd.fd, data, kMaxStringLength, 0) > 0)) { in DisplayEventHandler()
Dhw_device_drm.cpp532 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetHWPanelMaxBrightness()
986 if (Sys::pread_(fd, brightness, sizeof(brightness), 0) > 0) { in GetPanelBrightness()