Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp126 char flushValue[PROPERTY_VALUE_MAX] = ""; in getDrawCallFlushIntervalFromProperty() local
127 property_get("ro.kernel.qemu.gltransport.drawFlushInterval", flushValue, ""); in getDrawCallFlushIntervalFromProperty()
129 bool isValid = flushValue[0] != '\0'; in getDrawCallFlushIntervalFromProperty()
132 long interval = strtol(flushValue, 0, 10); in getDrawCallFlushIntervalFromProperty()