Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DDisplayEventReceiver.cpp60 status_t DisplayEventReceiver::setVsyncRate(uint32_t count) { in setVsyncRate() function in android::DisplayEventReceiver
65 mEventConnection->setVsyncRate(count); in setVsyncRate()
DIDisplayEventConnection.cpp57 virtual void setVsyncRate(uint32_t count) { in setVsyncRate() function in android::BpDisplayEventConnection
91 setVsyncRate(data.readUint32()); in onTransact()
/frameworks/native/services/surfaceflinger/
DEventThread.h72 virtual void setVsyncRate(uint32_t count);
85 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
DEventThread.cpp115 void EventThread::setVsyncRate(uint32_t count, in setVsyncRate() function in android::EventThread
406 void EventThread::Connection::setVsyncRate(uint32_t count) { in setVsyncRate() function in android::EventThread::Connection
407 mEventThread->setVsyncRate(count, this); in setVsyncRate()
/frameworks/native/include/gui/
DIDisplayEventConnection.h50 virtual void setVsyncRate(uint32_t count) = 0;
DDisplayEventReceiver.h121 status_t setVsyncRate(uint32_t count);
/frameworks/native/services/surfaceflinger/tests/vsync/
Dvsync.cpp59 myDisplayEvent.setVsyncRate(1); in main()
/frameworks/rs/
DrsContext.cpp338 displayEvent.setVsyncRate(targetRate); in threadProc()