Searched refs:requestNextVsync (Results 1 – 9 of 9) sorted by relevance
71 status_t DisplayEventReceiver::requestNextVsync() { in requestNextVsync() function in android::DisplayEventReceiver73 mEventConnection->requestNextVsync(); in requestNextVsync()
62 virtual void requestNextVsync() { in requestNextVsync() function in android::BpDisplayEventConnection90 requestNextVsync(); in onTransact()
72 virtual void requestNextVsync(); // asynchronous85 void requestNextVsync(const sp<Connection>& connection);
163 mEvents->requestNextVsync(); in invalidate()173 mEvents->requestNextVsync(); in refresh()
121 void EventThread::requestNextVsync( in requestNextVsync() function in android::EventThread401 void EventThread::Connection::requestNextVsync() { in requestNextVsync() function in android::EventThread::Connection402 mEventThread->requestNextVsync(this); in requestNextVsync()
56 virtual void requestNextVsync() = 0; // asynchronous
127 status_t requestNextVsync();
116 status_t status = mReceiver.requestNextVsync(); in scheduleVsync()
241 status_t status = mDisplayEventReceiver->requestNextVsync(); in requestVsync()