summaryrefslogtreecommitdiffstats
path: root/camera/SensorListener.cpp
Commit message (Collapse)AuthorAgeFilesLines
* camera: fix build for recent 6.0 releasesZiyan2016-01-171-3/+3
| | | | | | | | Frameworks/native commit e2806cb4456e3815e979f333ed23ec7df591a9ff made SensorManager(const android::String16&) private. Let's use SensorManager& getInstanceForPackage(const String16& packageName) instead.
* camera: fix build for MMZiyan2016-01-171-0/+12
| | | | Change-Id: I1bdd4510dc54517e70b2bc196b6e371520665661
* Add camera sources in-treeZiyan2016-01-031-0/+236
| | | | | | From hardware/ti/omap4 revision e57f2b6. Change-Id: I2e6164fdf6c0e2a2e75aee3bba3fe58a9c470add
* Remove common omap4 modulesZiyan2015-04-111-232/+0
| | | | | | | | | | | | | | | | | | | | | domx: remove for move to omap4-next edid/hwc: remove for move to omap4-next include / kernel-headers: remove for move to omap4-next libcorkscrew: remove for move to omap4-next libion_ti: remove for move to omap4-next libtiutils: remove for move to omap4-next pvr-source / pvrsrvinit: remove for move to omap4-next remove gralloc symlink for move to omap4-next Change-Id: I1ade011fd5e0adedbcb19cbf941fdde5ef4f96b6 symlinks: remove for move to omap4-next
* camera: Fix more tuna issues, spruce up debugging.Kyle Repinski2015-04-111-7/+7
| | | | | | | | | | | | | | - Move very verbose logs under new CAMERAHAL_SUPERVERBOSE and co. - Add back 'default focal length', as tuna just reports '.' when trying to auto-fetch it. - Hardcode camera facing values in insertFacing (sensor ID 305 is rear, the other (306) is front). - ifdef out more things that will cause tuna to... lose its gills. - 'Fix' preview resolutions not being inserted. - Enable a few built-in workarounds that were under the 'CAMERAHAL_TUNA' define. At this point, a few intelligent camera apps can handle the camera 'OK'. AF is very spotty. Signed-off-by: Kyle Repinski <repinski23@gmail.com>
* camera: Update camera HAL.Kyle Repinski2015-04-111-20/+19
| | | | | | | OmapZoom p-jb-release branch with 'CameraHal: Camera Capabilities query update' reverted, as well as a bunch of stuff ifdef'd out. Needs a lot of work still. At this point it's a regression, but it has to be done.
* tuna: add open-source domx/camera stuffZiyann2014-12-131-0/+233
Camera is still half-broken. Credits to @MWisBest Change-Id: I87a802abfacaf36ab22676f5284f0cc1996f6b03