Loading services/surfaceflinger/SurfaceFlinger.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2815,6 +2815,8 @@ status_t SurfaceFlinger::captureScreenImplLocked( *h = sh; *h = sh; *f = PIXEL_FORMAT_RGBA_8888; *f = PIXEL_FORMAT_RGBA_8888; result = NO_ERROR; result = NO_ERROR; } else { result = NO_MEMORY; } } } else { } else { result = NO_MEMORY; result = NO_MEMORY; Loading Loading
services/surfaceflinger/SurfaceFlinger.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2815,6 +2815,8 @@ status_t SurfaceFlinger::captureScreenImplLocked( *h = sh; *h = sh; *f = PIXEL_FORMAT_RGBA_8888; *f = PIXEL_FORMAT_RGBA_8888; result = NO_ERROR; result = NO_ERROR; } else { result = NO_MEMORY; } } } else { } else { result = NO_MEMORY; result = NO_MEMORY; Loading