OSDN Git Service

SurfaceFlinger now runs in the process's main thread
authorMathias Agopian <mathias@google.com>
Tue, 20 Aug 2013 00:26:18 +0000 (17:26 -0700)
committerMathias Agopian <mathias@google.com>
Tue, 20 Aug 2013 18:16:45 +0000 (11:16 -0700)
commit4f4f0943489d9113c66ac22b58cfba8c21dfa879
tree7b99150e05f5949dfff2fd66f8cf9ca6ce486655
parent8b308ed70ed782f68c8075aac2a6b66bbfcdb9af
SurfaceFlinger now runs in the process's main thread

it used to spawn its own thread and return the main thread
to the binder thread pool -- this was confusing the naming
of things in the kernel.

Bug: 10331839

Change-Id: I2d13a6d73409a38109300fcbe6a04b4c41cb5d00
services/surfaceflinger/Android.mk
services/surfaceflinger/Client.cpp
services/surfaceflinger/DisplayDevice.h
services/surfaceflinger/SurfaceFlinger.cpp
services/surfaceflinger/SurfaceFlinger.h
services/surfaceflinger/main_surfaceflinger.cpp