Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move native services under services/ | Mathias Agopian | 2010-07-14 | 2 | -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 kraken | Chih-Chung Chang | 2010-05-23 | 1 | -1/+3 |
|\ | |||||
| * | Disable CameraServiceTest in a normal build. | Chih-Chung Chang | 2010-05-14 | 1 | -1/+3 |
| | | | | | | | | Change-Id: I18dfcb073e6a8e72ad35f47d6884f5f2f62d3dca | ||||
* | | Forgot to fix one -Wformat-security in my previous change. Fixed. | Nick Kralevich | 2010-05-14 | 1 | -1/+1 |
| | | | | | | | | Change-Id: Ice7459b30e1d7dbfe400b68d27ebc04fcca78bae | ||||
* | | Get rid of warnings when compiled with -Wformat-security | Nick Kralevich | 2010-05-14 | 1 | -19/+19 |
|/ | | | | Change-Id: Ibd814d894ff0eba26b01932b9865098b7bb26f95 | ||||
* | another attempt at fixing the build | Mathias Agopian | 2010-05-12 | 1 | -0/+6 |
| | | | | Change-Id: I80b498d1bbb8f9ffcec4f27802be7ae9977f70ac | ||||
* | Support multiple cameras in framework. | Chih-Chung Chang | 2010-05-10 | 1 | -74/+138 |
| | | | | Change-Id: I081f0fbdca4b633715ea7c3b3d42f8662d27598a | ||||
* | split libsurfaceflinger_client and libcamera_client out of libui | Mathias Agopian | 2010-02-11 | 2 | -7/+9 |
| | |||||
* | Add an orientation parameter for overlay, so we can do camera preview in ↵ | Chih-Chung Chang | 2010-01-21 | 1 | -2/+3 |
| | | | | portrait mode. | ||||
* | Add missing library in linker option. Currently the library is used by the | Doug Kwan | 2009-12-09 | 1 | -0/+1 |
| | | | | | executable but not specified. It is included via dependency of another shared object. | ||||
* | Add CameraServiceTest. | Chih-Chung Chang | 2009-11-13 | 2 | -0/+869 |