Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DSystemProperties.cpp35 int getSystemPropViaGetAsInt(const char* key, int default_value = 0) { in getSystemPropViaGetAsInt() function
45 return getSystemPropViaGetAsInt(key, default_value) != 0; in getSystemPropViaGetAsBool()
DSystemProperties.h28 int getSystemPropViaGetAsInt(const char* key, int default_value = 0);