OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDisplayFence
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h
252
sp<Fence>
getDisplayFence
(int disp) const;
HWComposer.cpp
445
sp<Fence> HWComposer::
getDisplayFence
(int disp) const {
[
all
...]
/frameworks/native/services/surfaceflinger/
Layer.cpp
919
sp<Fence> presentFence = hwc.
getDisplayFence
(HWC_DISPLAY_PRIMARY);
[
all
...]
SurfaceFlinger.cpp
969
sp<Fence> presentFence = hwc.
getDisplayFence
(HWC_DISPLAY_PRIMARY);
[
all
...]
Completed in 744 milliseconds