Searched refs:setVsyncRate (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/gui/
H A DIDisplayEventConnection.h45 * setVsyncRate() sets the vsync event delivery rate. A value of
50 virtual void setVsyncRate(uint32_t count) = 0;
H A DDisplayEventReceiver.h116 * setVsyncRate() sets the Event::VSync delivery rate. A value of
121 status_t setVsyncRate(uint32_t count);
/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp60 status_t DisplayEventReceiver::setVsyncRate(uint32_t count) { function in class:android::DisplayEventReceiver
65 mEventConnection->setVsyncRate(count);
H A DIDisplayEventConnection.cpp55 virtual void setVsyncRate(uint32_t count) { function in class:android::BpDisplayEventConnection
85 setVsyncRate(data.readInt32());
/frameworks/native/services/surfaceflinger/
H A DEventThread.h71 virtual void setVsyncRate(uint32_t count);
84 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
H A DEventThread.cpp109 void EventThread::setVsyncRate(uint32_t count, function in class:android::EventThread
397 void EventThread::Connection::setVsyncRate(uint32_t count) { function in class:android::EventThread::Connection
398 mEventThread->setVsyncRate(count, this);
/frameworks/native/services/surfaceflinger/tests/vsync/
H A Dvsync.cpp58 myDisplayEvent.setVsyncRate(1);
/frameworks/rs/
H A DrsContext.cpp419 displayEvent.setVsyncRate(targetRate);

Completed in 96 milliseconds