History log of /hardware/ti/omap4xxx/camera/CameraHal_Module.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1cf8eeea133768499ab601ac81176906cde671dc 29-Oct-2013 synergydev <synergye@codefi.re> camera: do not use GNU old-style field designators

Avoiding the use of GNU extensions improves portability

Fixes the following:
error: use of GNU old-style field designator extension

Change-Id: Ic1bf7e44b3bf0c9b30c8c950b02ad71452a0bd8f
/hardware/ti/omap4xxx/camera/CameraHal_Module.cpp
46de639b23db99d7b99ff1c676ac98b84b6336c6 08-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: I7d131473964d92c62a495d082a1207867f435885
/hardware/ti/omap4xxx/camera/CameraHal_Module.cpp
00bd0f01354b2a6d7d447b210adc011394e36595 18-Nov-2011 Iliyan Malchev <malchev@google.com> am 8d18af6d: am e4639448: CameraHAL: clean up logs

* commit '8d18af6dfd68f047c2bcf82fe88eeeb623eafa0c':
CameraHAL: clean up logs
e46394481e771dbdc8683645c3740a3d262a3d0f 17-Nov-2011 Iliyan Malchev <malchev@google.com> CameraHAL: clean up logs

-- introduce CAMHAL_LOGI so that we don't have to dump informational messages
as LOGE
-- convert some verbose messages to CAMHAL_LOGDB
-- convert most frequent non-error log messages to CAMHAL_LOGI

Change-Id: I8afc24aa17da2c157b7b37300a79b4cde81f87e5
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/ti/omap4xxx/camera/CameraHal_Module.cpp
ac837f2654f5a7a7fbecf05e4b085b87a7701714 20-Oct-2011 Steve Block <steveblock@google.com> Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/143865

Bug: 5449033
Change-Id: Ic854588fa661ebcc63395c388bf98af268b709c7
/hardware/ti/omap4xxx/camera/CameraHal_Module.cpp
bf3ea792d0dda2047d7876557514a9eb2c5e228a 20-Oct-2011 Tyler Luu <tluu@ti.com> CameraHAL: Return null device when device_open fails

Partial fix for b/5451993

Change-Id: I47a1a3fec21b0e6a0abb8b956642b05b3a6be107
Signed-off-by: Tyler Luu <tluu@ti.com>
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/ti/omap4xxx/camera/CameraHal_Module.cpp
9a412956d5327ec851ff8adc3e9804640fa30c7f 06-Oct-2011 Tyler Luu <tluu@ti.com> CameraHal: Allow only certain number of instances

1) Protect against simultaneous access to camera_device_open
2) Set a value of MAX_SIMUL_CAMERAS_SUPPORTED to dictate number
of simultaneous cameras that can be open at once. Set to 1 for
now in this patch. Return error if more is requested.
3) Change OMXCameraAdapter to allocate new instance for each
factory create call.
4) Add lock to capabalities factory function in OMXCameraAdapter
to protected against multiple OMXCamera GetHandles...

b/5401791 b/5404200 b/5405235

Change-Id: I179d493f8070d228877ebfac637047978afc7d55
Signed-off-by: Tyler Luu <tluu@ti.com>
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/ti/omap4xxx/camera/CameraHal_Module.cpp
73bfc819486d5f632fd113996e6ecdbd647d2085 30-Aug-2011 Sundar Raman <sunds@ti.com> Remove some non fatal error logs in Camera use-case

Change-Id: I3d0f40b68c2337e67271784c544db8979dcc0358
Signed-off-by: Sundar Raman <sunds@ti.com>
/hardware/ti/omap4xxx/camera/CameraHal_Module.cpp
c322989ae6ff6769490828de1b5eda12b749cce9 08-Aug-2011 Iliyan Malchev <malchev@google.com> initial commit

Change-Id: I8f7a7eeece0e516efa486b77e9d97805c0e65d3e
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/ti/omap4xxx/camera/CameraHal_Module.cpp