OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addResyncSample
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/
DispSync.h
45
// the
addResyncSample
method.
52
// false to indicate that a resynchronization (via
addResyncSample
) is not
74
//
addResyncSample
method, the timestamps of consecutive fences need not
81
// The beginResync,
addResyncSample
, and endResync methods are used to re-
84
// calling
addResyncSample
with a sequence of consecutive hardware vsync
85
// event timestamps, and finally calling endResync when
addResyncSample
93
bool
addResyncSample
(nsecs_t timestamp);
DispSync.cpp
454
bool DispSync::
addResyncSample
(nsecs_t timestamp) {
457
ALOGV("[%s]
addResyncSample
(%" PRId64 ")", mName, ns2us(timestamp));
494
ALOGV("[%s]
addResyncSample
returning %s", mName,
SurfaceFlinger.cpp
954
needsHwVsync = mPrimaryDispSync.
addResyncSample
(timestamp);
[
all
...]
SurfaceFlinger_hwc1.cpp
917
needsHwVsync = mPrimaryDispSync.
addResyncSample
(timestamp);
[
all
...]
Completed in 202 milliseconds