Searched defs:requestNextVsync (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp71 status_t DisplayEventReceiver::requestNextVsync() { function in class:android::DisplayEventReceiver
73 mEventConnection->requestNextVsync();
H A DIDisplayEventConnection.cpp64 virtual void requestNextVsync() { function in class:android::BpDisplayEventConnection
96 requestNextVsync();
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp127 void EventThread::requestNextVsync( function in class:android::EventThread
410 void EventThread::Connection::requestNextVsync() { function in class:android::EventThread::Connection
411 mEventThread->requestNextVsync(this);

Completed in 61 milliseconds