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.cpp62 virtual void requestNextVsync() { function in class:android::BpDisplayEventConnection
90 requestNextVsync();
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp121 void EventThread::requestNextVsync( function in class:android::EventThread
401 void EventThread::Connection::requestNextVsync() { function in class:android::EventThread::Connection
402 mEventThread->requestNextVsync(this);

Completed in 109 milliseconds