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 93 void EventThread::requestNextVsync(
313 void EventThread::Connection::requestNextVsync() {
314 mEventThread->requestNextVsync(this);

Completed in 129 milliseconds