OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addPresentFence
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/
DispSync.h
48
// to the DispSync object via the
addPresentFence
method. These fence
70
//
addPresentFence
adds a fence for use in validating the current vsync
72
//
addPresentFence
is called. When the fence does signal, its timestamp
79
bool
addPresentFence
(const sp<Fence>& fence);
90
//
addPresentFence
returns true indicating that the model has drifted away
DispSync.cpp
423
bool DispSync::
addPresentFence
(const sp<Fence>& fence) {
484
//
addPresentFence
called. This means we have no way to know whether
SurfaceFlinger.cpp
[
all
...]
SurfaceFlinger_hwc1.cpp
[
all
...]
Completed in 4419 milliseconds