Searched refs:requestNextVsync (Results 1 - 15 of 15) sorted by relevance

/frameworks/hardware/interfaces/displayservice/1.0/
H A DIDisplayEventReceiver.hal36 * If zero, then only send callbacks when requestNextVsync is
53 requestNextVsync() generates (Status status);
/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp52 void requestNextVsync() override {
53 callRemoteAsync<decltype(&IDisplayEventConnection::requestNextVsync)>(
76 return callLocalAsync(data, reply, &IDisplayEventConnection::requestNextVsync);
H A DDisplayEventReceiver.cpp73 status_t DisplayEventReceiver::requestNextVsync() { function in class:android::DisplayEventReceiver
75 mEventConnection->requestNextVsync();
/frameworks/native/include/gui/
H A DIDisplayEventConnection.h46 * requestNextVsync() has been called.
51 * requestNextVsync() schedules the next vsync event. It has no effect if the vsync rate is > 0.
53 virtual void requestNextVsync() = 0; // Asynchronous
H A DDisplayEventReceiver.h84 * or requestNextVsync to receive them.
127 * etc... a value of 0 returns no event unless requestNextVsync() has
133 * requestNextVsync() schedules the next Event::VSync. It has no effect
136 status_t requestNextVsync();
/frameworks/native/services/surfaceflinger/
H A DEventThread.h74 void requestNextVsync() override; // asynchronous
87 void requestNextVsync(const sp<Connection>& connection);
H A DEventThread.cpp127 void EventThread::requestNextVsync( function in class:android::EventThread
415 void EventThread::Connection::requestNextVsync() { function in class:android::EventThread::Connection
416 mEventThread->requestNextVsync(this);
H A DMessageQueue.cpp137 mEvents->requestNextVsync();
/frameworks/native/services/displayservice/include/displayservice/
H A DDisplayEventReceiver.h41 Return<Status> requestNextVsync() override;
/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp143 Return<Status> DisplayEventReceiver::requestNextVsync() { function in class:android::frameworks::displayservice::V1_0::implementation::DisplayEventReceiver
150 bool success = OK == mAttached->receiver().requestNextVsync();
/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp120 mDisplayEventReceiver.requestNextVsync();
/frameworks/base/libs/androidfw/
H A DDisplayEventDispatcher.cpp78 status_t status = mReceiver.requestNextVsync();
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
H A DVtsFwkDisplayServiceV1_0TargetTest.cpp107 EXPECT_SUCCESS(receiver->requestNextVsync());
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp299 status_t status = mDisplayEventReceiver->requestNextVsync();
301 "requestNextVsync failed with status: %d", status);
/frameworks/base/libs/input/
H A DPointerController.cpp603 mDisplayEventReceiver.requestNextVsync();

Completed in 867 milliseconds