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 62 virtual void requestNextVsync() {
90 requestNextVsync();
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 121 void EventThread::requestNextVsync(
401 void EventThread::Connection::requestNextVsync() {
402 mEventThread->requestNextVsync(this);

Completed in 92 milliseconds