Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.cpp74 static int property_get_int(const char* key, int defaultValue) { in property_get_int() function
144 debugLevel = (DebugLevel) property_get_int(PROPERTY_DEBUG, kDebugDisabled); in load()
152 fboCacheSize = property_get_int(PROPERTY_FBO_CACHE_SIZE, DEFAULT_FBO_CACHE_SIZE); in load()