summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/main_surfaceflinger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-101-0/+7
|\ | | | | | | | | | | https://android.googlesource.com/platform/frameworks/native into cm-13.0 Android 6.0.1 release 22
| * Set cpuset from surfaceflinger.Tim Murray2015-11-181-0/+7
| | | | | | | | | | | | | | | | | | | | SurfaceFlinger shouldn't be limited to little cores exclusively, as the binder threads should be placed on big cores when they are in the critical path for a RenderThread. bug 25745866 Change-Id: I9fb65f6d951733f91b4735ff27018411b58b2bfb
* | SurfaceFlinger: Add support for DisplayUtilsRaj Kamal2015-10-061-1/+2
|/ | | | | | | | Add DisplayUtils class which uses the custom implementations of ExLayer, ExSurfaceFlinger, ExHWComposer, and ExVirtualDisplaySurface classes if needed Change-Id: Ibdd8da5d3d0d602f42b76a15d0994c6aa98bee3f
* Kill HAVE_PTHREADS.Yabin Cui2015-01-261-4/+1
| | | | | Bug: 19083585 Change-Id: I355491de945590f43c82bdcb7968b01b4bff6e06
* Add "dumpsys SurfaceFlinger --dispsync"Andy McFadden2014-05-081-1/+1
| | | | | | | | Dumps the current DispSync state. Bug 14651879 Change-Id: Ide4e6dbd58b117bc1a6b97b57d10cd92ec86dc84
* make sure SF initialization is ran at target priority and correct thread groupMathias Agopian2013-08-231-4/+14
| | | | | | | | | | SF can spawn threads (indirectly) during initialization and we want those to be spawned at URGENT_DISPLAY_PRIORITY (in theory they should set their own, but some code lives in vendor libraries and doesn't). Bug: 10430209 Change-Id: I5b3a8f979297de287614c8eafd8267bef1176e4b
* SurfaceFlinger now runs in the process's main threadMathias Agopian2013-08-201-2/+22
| | | | | | | | | | 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
* move services executables sources in their respective src folderMathias Agopian2013-07-221-0/+28
Change-Id: Ic65434a26c7fed1699abf0851fec6faa40e09c0c