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

  /frameworks/native/libs/gui/
DisplayEventReceiver.cpp 71 status_t DisplayEventReceiver::requestNextVsync() {
73 mEventConnection->requestNextVsync();
IDisplayEventConnection.cpp 64 virtual void requestNextVsync() {
96 requestNextVsync();
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 127 void EventThread::requestNextVsync(
410 void EventThread::Connection::requestNextVsync() {
411 mEventThread->requestNextVsync(this);

Completed in 91 milliseconds