[android-porting] Re: Interfacing to SurfaceFlinger

2009-02-26 Thread Dave Sparks
SurfaceFlinger is the 2D abstraction layer. If you remove it, you will break all the native code that talks to it. You will have to rewrite the WindowManager code. It's a fundamental part of the system. What do you want to achieve? On Feb 26, 2:48 am, F H expelia...@googlemail.com wrote: As I

[android-porting] Re: Interfacing to SurfaceFlinger

2009-02-26 Thread pixelflinger
On Feb 26, 2:48 am, F H expelia...@googlemail.com wrote: As I understand it SurfaceFlinger is a service and clients talk to it through a Binder interface.  Help with talking to this service can be obtained using the native ui library. I'm not familiar with Binders, but was wondering