/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/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...] |