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