Home
last modified time | relevance | path

Searched refs:getRefreshPeriod (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/cpp/
DSettings.h46 std::chrono::nanoseconds getRefreshPeriod() const;
DSettings.cpp57 std::chrono::nanoseconds Settings::getRefreshPeriod() const { in getRefreshPeriod() function in samples::Settings
DRenderer.cpp139 refreshPeriod = settings->getRefreshPeriod(); in onSettingsChanged()
/frameworks/opt/gamesdk/src/swappy/
DSettings.h47 std::chrono::nanoseconds getRefreshPeriod() const;
DSwappy_c.cpp58 return Settings::getInstance()->getRefreshPeriod().count(); in Swappy_getRefreshPeriodNanos()
DSettings.cpp64 std::chrono::nanoseconds Settings::getRefreshPeriod() const { in getRefreshPeriod() function in swappy::Settings