Searched defs:setVsyncRate (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/ | ||
D | IDisplayEventConnection.cpp | 47 status_t setVsyncRate(uint32_t count) override { in setVsyncRate() function in android::BpDisplayEventConnection |
D | DisplayEventReceiver.cpp | 62 status_t DisplayEventReceiver::setVsyncRate(uint32_t count) { in setVsyncRate() function in android::DisplayEventReceiver |
/frameworks/native/services/surfaceflinger/ | ||
D | EventThread.cpp | 107 void EventThread::setVsyncRate(uint32_t count, const sp<EventThread::Connection>& connection) { in setVsyncRate() function in android::impl::EventThread |
/frameworks/native/services/displayservice/ | ||
D | DisplayEventReceiver.cpp | 142 Return<Status> DisplayEventReceiver::setVsyncRate(int32_t count) { in setVsyncRate() function in android::frameworks::displayservice::V1_0::implementation::DisplayEventReceiver |