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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 67 int fd_timestamp = -1; local
86 fd_timestamp = open(vsync_timestamp_fb0, O_RDONLY);
87 if (fd_timestamp < 0) {
98 len = pread(fd_timestamp, vdata, MAX_DATA, 0);
128 if(fd_timestamp >= 0)
129 close (fd_timestamp);
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_vsync.cpp 67 int fd_timestamp = -1; local
86 fd_timestamp = open(vsync_timestamp_fb0, O_RDONLY);
87 if (fd_timestamp < 0) {
98 len = pread(fd_timestamp, vdata, MAX_DATA, 0);
128 if(fd_timestamp >= 0)
129 close (fd_timestamp);

Completed in 83 milliseconds