Searched refs:requestNextVsync (Results 1 - 11 of 11) 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.cpp64 virtual void requestNextVsync() { function in class:android::BpDisplayEventConnection
96 requestNextVsync();
/frameworks/native/services/surfaceflinger/
H A DEventThread.h73 virtual void requestNextVsync(); // asynchronous
86 void requestNextVsync(const sp<Connection>& connection);
H A DMessageQueue.cpp150 mEvents->requestNextVsync();
160 mEvents->requestNextVsync();
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);
/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp81 mDisplayEventReceiver.requestNextVsync();
/frameworks/base/libs/androidfw/
H A DDisplayEventDispatcher.cpp77 status_t status = mReceiver.requestNextVsync();
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp268 status_t status = mDisplayEventReceiver->requestNextVsync();
270 "requestNextVsync failed with status: %d", status);
/frameworks/base/libs/input/
H A DPointerController.cpp579 mDisplayEventReceiver.requestNextVsync();

Completed in 800 milliseconds