OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fd_timestamp
(Results
1 - 1
of
1
) 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
);
Completed in 48 milliseconds