summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/CameraManager.java
Commit message (Expand)AuthorAgeFilesLines
* Use extra copy of parameters for concurrent accessAngus Kong2013-04-151-21/+15
* Refresh parameters during recording.Angus Kong2013-04-091-0/+9
* Don't access mParameters dirty bit in other threadAngus Kong2013-04-031-12/+8
* Make stopPreview synchronous.Angus Kong2013-04-021-0/+3
* Handle InterruptedException in waitDoneAngus Kong2013-04-011-4/+14
* Don't use SynchronousQueue to pass results.Angus Kong2013-04-011-41/+27
* Fix NPE when reconnecting camera.Angus Kong2013-04-011-1/+1
* Make camera releasing synchronous.Angus Kong2013-03-281-0/+3
* Make camera calls asynchronousAngus Kong2013-03-271-99/+89
* Move Camera Java/Native source into Gallery2Michael Kolb2013-01-291-0/+490