Searched refs:onVSyncReceived (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DEventThread.h81 void onVSyncReceived(int type, nsecs_t timestamp);
H A DEventThread.cpp114 void EventThread::onVSyncReceived(int type, nsecs_t timestamp) { function in class:android::EventThread
H A DSurfaceFlinger.h225 virtual void onVSyncReceived(int type, nsecs_t timestamp);
H A DSurfaceFlinger.cpp723 void SurfaceFlinger::onVSyncReceived(int type, nsecs_t timestamp) { function in class:android::SurfaceFlinger
733 mEventThread->onVSyncReceived(type, timestamp);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h58 virtual void onVSyncReceived(int disp, nsecs_t timestamp) = 0;
H A DHWComposer.cpp294 mEventHandler.onVSyncReceived(disp, timestamp);
1039 mHwc.mEventHandler.onVSyncReceived(0, next_vsync);

Completed in 266 milliseconds