summaryrefslogtreecommitdiffstats
path: root/camera/tests
Commit message (Collapse)AuthorAgeFilesLines
* move native services under services/Mathias Agopian2010-07-142-945/+0
| | | | | | | | moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
* Merge "Disable CameraServiceTest in a normal build." into krakenChih-Chung Chang2010-05-231-1/+3
|\
| * Disable CameraServiceTest in a normal build.Chih-Chung Chang2010-05-141-1/+3
| | | | | | | | Change-Id: I18dfcb073e6a8e72ad35f47d6884f5f2f62d3dca
* | 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-112-7/+9
|
* Add an orientation parameter for overlay, so we can do camera preview in ↵Chih-Chung Chang2010-01-211-2/+3
| | | | portrait mode.
* Add missing library in linker option. Currently the library is used by theDoug Kwan2009-12-091-0/+1
| | | | | executable but not specified. It is included via dependency of another shared object.
* Add CameraServiceTest.Chih-Chung Chang2009-11-132-0/+869