Searched defs:setVsyncRate (Results 1 - 3 of 3) sorted by relevance

/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.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);

Completed in 1071 milliseconds