Home
last modified time | relevance | path

Searched defs:setVsyncRate (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/aidl/android/gui/
DIDisplayEventConnection.aidl37 void setVsyncRate(in int count); in setVsyncRate() method
/frameworks/native/libs/gui/
DDisplayEventReceiver.cpp78 status_t DisplayEventReceiver::setVsyncRate(uint32_t count) { in setVsyncRate() function in android::DisplayEventReceiver
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp142 Return<Status> DisplayEventReceiver::setVsyncRate(int32_t count) { in setVsyncRate() function in android::frameworks::displayservice::V1_0::implementation::DisplayEventReceiver
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp222 binder::Status EventThreadConnection::setVsyncRate(int rate) { in setVsyncRate() function in android::EventThreadConnection
364 void EventThread::setVsyncRate(uint32_t rate, const sp<EventThreadConnection>& connection) { in setVsyncRate() function in android::impl::EventThread