Home
last modified time | relevance | path

Searched refs:mDisableSwappy (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DSwappy.h138 bool enabled() const { return !mDisableSwappy; } in enabled()
190 bool mDisableSwappy = false; variable
DSwappy.cpp393 mDisableSwappy = getSystemPropViaGetAsBool("swappy.disable", false); in Swappy()
403 mDisableSwappy = true; in Swappy()