summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/tests/resize
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-141-9/+10
| | | | Change-Id: Ibed34175ae273608393aaa5f0a7df207dc40d709
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-271-2/+2
| | | | | | | | | | | | | | | 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
* fix libgui header locationMathias Agopian2012-02-271-3/+2
| | | | Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
* createSurface getpid() first parameter was removedGlenn Kasten2012-02-091-1/+1
| | | | | | | | | Most of these tests in this directory don't currently build, but test-surface did build incorrectly by bad luck, using the old API. test-resize still doesn't build, but when the other build errors are fixed then it will use the right API. Change-Id: I388d6d59fe0a2328f352214dcdc28839a24043f0
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-4/+4
| | | | Change-Id: I57669852cbf6aabae244ea86940a08a5a27ffc43
* remove more unused references to ISurfaceMathias Agopian2011-04-051-7/+0
| | | | Change-Id: I2201f1ca2bb8f203a081d94a0134f798778dfbef
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-1/+1
| | | | | | | | | | | | this is the first step in unifying surfacetexture and surface. for this reason the header files were not moved, as most of them will eventually go away. NOTE: currently we keep libsurfaceflinger_client.so as an empty library to workaround prebuilt binaries wrongly linking against it. Change-Id: I130f0de2428e8579033dc41394d093f4e1431a00
* Fix missing AOSP copyright headers for more filesJames Dong2011-03-171-0/+16
| | | | | | | | | | o Update the copyright date on InputDispatcher_test.cpp and InputReader_test.cpp because these two files were moved from other places to the current location, and were actually created in 2010. bug - 4119349 Change-Id: Ic93b81ddafb58e9e72a2e9e02ca3d9f173d6dca7
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-3/+0
| | | | | | | the same functionality is now supported through the h/w composer HAL, and YUV support in the GPU. Change-Id: I8146605449954b8e8fd7f78810b7d873c2d8f5bf
* move native services under services/Mathias Agopian2010-07-142-0/+79
moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8