Loading services/surfaceflinger/SurfaceFlinger.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -383,10 +383,10 @@ bool SurfaceFlinger::threadLoop() // inform the h/w that we're done compositing // inform the h/w that we're done compositing hw.compositionComplete(); hw.compositionComplete(); // release the clients before we flip ('cause flip might block) postFramebuffer(); unlockClients(); unlockClients(); postFramebuffer(); } else { } else { // pretend we did the post // pretend we did the post unlockClients(); unlockClients(); Loading Loading
services/surfaceflinger/SurfaceFlinger.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -383,10 +383,10 @@ bool SurfaceFlinger::threadLoop() // inform the h/w that we're done compositing // inform the h/w that we're done compositing hw.compositionComplete(); hw.compositionComplete(); // release the clients before we flip ('cause flip might block) postFramebuffer(); unlockClients(); unlockClients(); postFramebuffer(); } else { } else { // pretend we did the post // pretend we did the post unlockClients(); unlockClients(); Loading