summaryrefslogtreecommitdiffstats
path: root/camera/tests/CameraServiceTest/CameraServiceTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move native services under services/Mathias Agopian2010-07-141-919/+0
| | | | | | | | moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
* Forgot to fix one -Wformat-security in my previous change. Fixed.Nick Kralevich2010-05-141-1/+1
| | | | Change-Id: Ice7459b30e1d7dbfe400b68d27ebc04fcca78bae
* Get rid of warnings when compiled with -Wformat-securityNick Kralevich2010-05-141-19/+19
| | | | Change-Id: Ibd814d894ff0eba26b01932b9865098b7bb26f95
* another attempt at fixing the buildMathias Agopian2010-05-121-0/+6
| | | | Change-Id: I80b498d1bbb8f9ffcec4f27802be7ae9977f70ac
* Support multiple cameras in framework.Chih-Chung Chang2010-05-101-74/+138
| | | | Change-Id: I081f0fbdca4b633715ea7c3b3d42f8662d27598a
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-6/+6
|
* Add an orientation parameter for overlay, so we can do camera preview in ↵Chih-Chung Chang2010-01-211-2/+3
| | | | portrait mode.
* Add CameraServiceTest.Chih-Chung Chang2009-11-131-0/+848