Searched refs:requestNextVsync (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/include/gui/
H A DIDisplayEventConnection.h47 * etc... a value of 0 returns no event unless requestNextVsync() has
53 * requestNextVsync() schedules the next vsync event. It has no effect
56 virtual void requestNextVsync() = 0; // asynchronous
H A DDisplayEventReceiver.h74 * or requestNextVsync to receive them.
118 * etc... a value of 0 returns no event unless requestNextVsync() has
124 * requestNextVsync() schedules the next Event::VSync. It has no effect
127 status_t requestNextVsync();
/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.h72 virtual void requestNextVsync(); // asynchronous
85 void requestNextVsync(const sp<Connection>& connection);
H A DMessageQueue.cpp163 mEvents->requestNextVsync();
173 mEvents->requestNextVsync();
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);
/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp116 status_t status = mReceiver.requestNextVsync();
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp246 status_t status = mDisplayEventReceiver->requestNextVsync();
248 "requestNextVsync failed with status: %d", status);

Completed in 1014 milliseconds