Home
last modified time | relevance | path

Searched defs:getConfigsForRefreshRate (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFakeVsyncConfiguration.h29 VsyncConfigSet getConfigsForRefreshRate(Fps) const override { return getCurrentConfigs(); } in getConfigsForRefreshRate() function
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncConfiguration.cpp45 VsyncConfigSet VsyncConfiguration::getConfigsForRefreshRate(Fps fps) const { in getConfigsForRefreshRate() function in android::scheduler::impl::VsyncConfiguration