OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onVSyncReceived
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h
72
virtual void
onVSyncReceived
(int32_t disp, nsecs_t timestamp) = 0;
HWComposer_hwc1.h
63
virtual void
onVSyncReceived
(int disp, nsecs_t timestamp) = 0;
HWComposer_hwc1.cpp
305
mEventHandler.
onVSyncReceived
(disp, timestamp);
[
all
...]
HWComposer.cpp
253
mEventHandler->
onVSyncReceived
(disp, timestamp);
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.h
251
virtual void
onVSyncReceived
(int type, nsecs_t timestamp);
SurfaceFlinger.cpp
948
void SurfaceFlinger::
onVSyncReceived
(int32_t type, nsecs_t timestamp) {
[
all
...]
SurfaceFlinger_hwc1.cpp
911
void SurfaceFlinger::
onVSyncReceived
(int type, nsecs_t timestamp) {
[
all
...]
Completed in 351 milliseconds