Loading services/surfaceflinger/SurfaceFlinger.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -110,7 +110,7 @@ SurfaceFlinger::SurfaceFlinger() char value[PROPERTY_VALUE_MAX]; char value[PROPERTY_VALUE_MAX]; property_get("ro.bq.gpu_to_cpu_unsupported", value, "0"); property_get("ro.bq.gpu_to_cpu_unsupported", value, "0"); mGpuToCpuSupported = !!atoi(value); mGpuToCpuSupported = !atoi(value); property_get("debug.sf.showupdates", value, "0"); property_get("debug.sf.showupdates", value, "0"); mDebugRegion = atoi(value); mDebugRegion = atoi(value); Loading Loading
services/surfaceflinger/SurfaceFlinger.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -110,7 +110,7 @@ SurfaceFlinger::SurfaceFlinger() char value[PROPERTY_VALUE_MAX]; char value[PROPERTY_VALUE_MAX]; property_get("ro.bq.gpu_to_cpu_unsupported", value, "0"); property_get("ro.bq.gpu_to_cpu_unsupported", value, "0"); mGpuToCpuSupported = !!atoi(value); mGpuToCpuSupported = !atoi(value); property_get("debug.sf.showupdates", value, "0"); property_get("debug.sf.showupdates", value, "0"); mDebugRegion = atoi(value); mDebugRegion = atoi(value); Loading