HomeSort by relevance Sort by last modified time
    Searched refs:requestNextVsync (Results 1 - 8 of 8) sorted by null

  /frameworks/native/include/gui/
IDisplayEventConnection.h 47 * 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
DisplayEventReceiver.h 74 * 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/
DisplayEventReceiver.cpp 71 status_t DisplayEventReceiver::requestNextVsync() {
73 mEventConnection->requestNextVsync();
IDisplayEventConnection.cpp 62 virtual void requestNextVsync() {
90 requestNextVsync();
  /frameworks/native/services/surfaceflinger/
EventThread.h 59 virtual void requestNextVsync(); // asynchronous
72 void requestNextVsync(const sp<Connection>& connection);
MessageQueue.cpp 163 mEvents->requestNextVsync();
173 mEvents->requestNextVsync();
EventThread.cpp 86 void EventThread::requestNextVsync(
366 void EventThread::Connection::requestNextVsync() {
367 mEventThread->requestNextVsync(this);
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 116 status_t status = mReceiver.requestNextVsync();

Completed in 892 milliseconds