Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp47 status_t setVsyncRate(uint32_t count) override { in setVsyncRate() function in android::BpDisplayEventConnection
H A DDisplayEventReceiver.cpp64 status_t DisplayEventReceiver::setVsyncRate(uint32_t count) { in setVsyncRate() function in android::DisplayEventReceiver
/aosp12/frameworks/native/services/displayservice/
H A DDisplayEventReceiver.cpp142 Return<Status> DisplayEventReceiver::setVsyncRate(int32_t count) { in setVsyncRate() function in android::frameworks::displayservice::V1_0::implementation::DisplayEventReceiver
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp179 status_t EventThreadConnection::setVsyncRate(uint32_t rate) { in setVsyncRate() function in android::EventThreadConnection
304 void EventThread::setVsyncRate(uint32_t rate, const sp<EventThreadConnection>& connection) { in setVsyncRate() function in android::impl::EventThread