summaryrefslogtreecommitdiff
path: root/camera/tests/CameraServiceTest/CameraServiceTest.cpp
AgeCommit message (Collapse)Author
2010-07-14move native services under services/Mathias Agopian
moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
2010-05-14Forgot to fix one -Wformat-security in my previous change. Fixed.Nick Kralevich
Change-Id: Ice7459b30e1d7dbfe400b68d27ebc04fcca78bae
2010-05-14Get rid of warnings when compiled with -Wformat-securityNick Kralevich
Change-Id: Ibd814d894ff0eba26b01932b9865098b7bb26f95
2010-05-12another attempt at fixing the buildMathias Agopian
Change-Id: I80b498d1bbb8f9ffcec4f27802be7ae9977f70ac
2010-05-10Support multiple cameras in framework.Chih-Chung Chang
Change-Id: I081f0fbdca4b633715ea7c3b3d42f8662d27598a
2010-02-11split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian
2010-01-21Add an orientation parameter for overlay, so we can do camera preview in ↵Chih-Chung Chang
portrait mode.
2009-11-13Add CameraServiceTest.Chih-Chung Chang