OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFrameRecords
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
FrameTracker.cpp
43
mFrameRecords
[mOffset].desiredPresentTime = presentTime;
48
mFrameRecords
[mOffset].frameReadyTime = readyTime;
53
mFrameRecords
[mOffset].frameReadyFence = readyFence;
59
mFrameRecords
[mOffset].actualPresentTime = presentTime;
64
mFrameRecords
[mOffset].actualPresentFence = readyFence;
81
mFrameRecords
[mOffset].desiredPresentTime = INT64_MAX;
82
mFrameRecords
[mOffset].frameReadyTime = INT64_MAX;
83
mFrameRecords
[mOffset].actualPresentTime = INT64_MAX;
85
if (
mFrameRecords
[mOffset].frameReadyFence != NULL) {
88
mFrameRecords
[mOffset].frameReadyFence = NULL
[
all
...]
FrameTracker.h
131
//
mFrameRecords
is the circular buffer storing the tracked data for each
133
FrameRecord
mFrameRecords
[NUM_FRAME_RECORDS];
135
// mOffset is the offset into
mFrameRecords
of the current frame.
Completed in 826 milliseconds