OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onVSyncReceived
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h
60
virtual void
onVSyncReceived
(int disp, nsecs_t timestamp) = 0;
HWComposer.cpp
307
mEventHandler.
onVSyncReceived
(disp, timestamp);
[
all
...]
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.h
225
virtual void
onVSyncReceived
(int type, nsecs_t timestamp);
SurfaceFlinger.cpp
821
void SurfaceFlinger::
onVSyncReceived
(int type, nsecs_t timestamp) {
[
all
...]
Completed in 29 milliseconds