summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/tests/Transaction_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-271-5/+8
| | | | | | | | | | | | | | | Use only display tokens in the API to refer to new displays. Don't require the caller to specify the display when creating a surface (since in general a surface could be shown on any display). This is intended to be a minimum change just to update the API. Note that SurfaceFlinger still uses DisplayID in a few places internally that might cause some features not to work properly when there are multiple displays (LayerScreenshot, for example). Change-Id: I3d91eec2da406eefd97bcd53655d403ad865a7e6
* get rid of the shared-memory control blockMathias Agopian2012-07-251-2/+6
| | | | Change-Id: If814060aca1d2ff2619d4adcd57296983d207f7f
* fix libgui header locationMathias Agopian2012-02-271-3/+6
| | | | Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-4/+4
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
* SurfaceFlinger: add some layer update testsJamie Gennis2011-10-141-0/+236
This change adds two tests for SurfaceFlinger's behavior when updating the position and size of a layer. Change-Id: Id5e3ca1d7e629a3bd2c2d28275d80c7f9256d6da