Searched defs:setVsyncRate (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/aidl/android/gui/ | ||
D | IDisplayEventConnection.aidl | 37 void setVsyncRate(in int count); in setVsyncRate() method |
/frameworks/native/libs/gui/ | ||
D | DisplayEventReceiver.cpp | 78 status_t DisplayEventReceiver::setVsyncRate(uint32_t count) { in setVsyncRate() function in android::DisplayEventReceiver |
/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 |
/frameworks/native/services/surfaceflinger/Scheduler/ | ||
D | EventThread.cpp | 222 binder::Status EventThreadConnection::setVsyncRate(int rate) { in setVsyncRate() function in android::EventThreadConnection |