1## Camera common HAL definitions ## 2--- 3 4## Overview: ## 5 6The camera.common namesapce is used by the Android camera HALs for common 7enumeration and structure definitions. 8 9This includes standard status codes returned by most camera HAL methods. 10 11More complete information about the Android camera HAL and subsystem can be found at 12[source.android.com](http://source.android.com/devices/camera/index.html). 13 14## Version history: ## 15 16## types.hal: ## 17 18### @1.0: 19 20Common enum and struct definitions for all camera HAL interfaces. Does not 21define any interfaces of its own. 22