Searched refs:androidAPIVersionStr (Results 1 – 1 of 1) sorted by relevance
496 char androidAPIVersionStr[PROP_VALUE_MAX]; in applyDriverCorrectnessWorkarounds() local497 int strLength = __system_property_get("ro.build.version.sdk", androidAPIVersionStr); in applyDriverCorrectnessWorkarounds()500 androidAPIVersion = (strLength == 0) ? 0 : atoi(androidAPIVersionStr); in applyDriverCorrectnessWorkarounds()