index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
camera
/
libcameraservice
/
CameraService.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue 2192673: Music Pausing Even when notifications are set to silent.
Eric Laurent
2009-11-27
1
-4
/
+16
*
Fix potential deadlock in stopPreview/stopRecord.
Dave Sparks
2009-11-10
1
-28
/
+43
*
Hold a lock while we access the preview heap.
Dave Sparks
2009-11-06
1
-7
/
+14
*
Use image rect information to display zoomed picture.
Wu-cheng Li
2009-10-29
1
-3
/
+17
*
Don't callback on NULL client. Bug 2180510.
Dave Sparks
2009-10-15
1
-27
/
+60
*
Retry overlay create if it fails. Bug 2153980.
Dave Sparks
2009-10-07
1
-1
/
+13
*
Add zoom functions and sendCommand.
Wu-cheng Li
2009-10-06
1
-3
/
+18
*
Fix 2083478: Camera needs an auto-focus cancel API
Chih-Chung Chang
2009-09-15
1
-1
/
+16
*
Pass return code from Camera HAL for setParameters().
James Dong
2009-09-13
1
-2
/
+1
*
CameraService change for OVERLAY_FORMAT_DEFAULT
Snigdha Sinha
2009-09-08
1
-12
/
+1
*
Modified the camera HAL interface to use the same generic callback architectu...
Benny Wong
2009-08-13
1
-210
/
+210
*
Fix issue 1795088 Improve audio routing code
Eric Laurent
2009-07-23
1
-8
/
+1
*
Hardware overlay support
Benny Wong
2009-07-16
1
-6
/
+43
*
resolved conflicts for merge of 04c7d0f8 to master
Dave Sparks
2009-07-08
1
-6
/
+5
|
\
|
*
Add timestamps to video frames to improve A/V sync.
Dave Sparks
2009-07-08
1
-6
/
+5
*
|
am b8a10fe4: Allow setPreviewDisplay after startPreview.
Wu-cheng Li
2009-07-01
1
-50
/
+89
|
\
\
|
|
/
|
*
Allow setPreviewDisplay after startPreview.
Wu-cheng Li
2009-07-01
1
-50
/
+89
*
|
am c6a482e7: Merge change 5199 into donut
Android (Google) Code Review
2009-06-24
1
-10
/
+10
|
\
\
|
|
/
|
*
Only remove client after the hardware is teared down, so a new client
Chih-Chung Chang
2009-06-25
1
-10
/
+10
*
|
am 82a32714: Merge change 5190 into donut
Android (Google) Code Review
2009-06-24
1
-12
/
+39
|
\
\
|
|
/
|
*
Fix 1933269: startPreview failed.
Chih-Chung Chang
2009-06-24
1
-12
/
+39
*
|
am 8570e5fc: Merge change 4907 into donut
Android (Google) Code Review
2009-06-22
1
-48
/
+91
|
\
\
|
|
/
|
*
Add more debug messages for CameraService.
Chih-Chung Chang
2009-06-22
1
-48
/
+91
*
|
am 7f148d65: Merge change 4316 into donut
Android (Google) Code Review
2009-06-16
1
-6
/
+6
|
\
\
|
|
/
|
*
Enable more debug message to debug the Camera startPreview bug.
Chih-Chung Chang
2009-06-16
1
-6
/
+6
*
|
am 084af5e1: Merge change 3551 into donut
Android (Google) Code Review
2009-06-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Allow the owner to reconnect to Camera.
Chih-Chung Chang
2009-06-09
1
-1
/
+1
*
|
some work to try to reduce the code size of some native libraries
Mathias Agopian
2009-05-26
1
-6
/
+0
*
|
am 7283fb18: Merge commit \'7b7225c8fdbead25235c74811b30ff4ee690dc58\' into m...
Dave Sparks
2009-05-21
1
-1
/
+1
|
\
\
|
|
/
|
*
Merge commit '7b7225c8fdbead25235c74811b30ff4ee690dc58' into manual_merge
Dave Sparks
2009-05-21
1
-1
/
+1
|
|
\
|
|
*
AI 149133: Enable the camera permission check.
Dave Sparks
2009-05-21
1
-2
/
+3
|
|
*
Automated import from //branches/cupcake/...@142889,142889
Eric Laurent
2009-03-26
1
-1
/
+9
|
|
*
Automated import from //branches/cupcake/...@141708,141708
Andreas Huber
2009-03-24
1
-0
/
+3
|
|
*
Automated import from //branches/cupcake/...@141613,141613
Wu-cheng Li
2009-03-24
1
-4
/
+5
|
|
*
Automated import from //branches/cupcake/...@141597,141597
Jason Sams
2009-03-24
1
-5
/
+12
|
|
*
auto import from //branches/cupcake_rel/...@141571
The Android Open Source Project
2009-03-19
1
-0
/
+30
*
|
|
am db79edc5: Merge change 2168 into donut
Android (Google) Code Review
2009-05-21
1
-4
/
+3
|
\
\
\
|
|
/
/
|
*
|
Fix permission hole in camera service. Some debugging code was added
Dave Sparks
2009-05-20
1
-4
/
+3
*
|
|
move libbinder's header files under includes/binder
Mathias Agopian
2009-05-20
1
-4
/
+4
|
/
/
*
|
Modify camera framework to use new streamlined binder interface.
Dave Sparks
2009-05-11
1
-8
/
+8
*
|
Remove debug messages.
Wu-cheng Li
2009-04-22
1
-3
/
+3
*
|
Remove dangling media recorder client reference when setCamera() is used.
James Dong
2009-04-20
1
-1
/
+7
*
|
AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted...
Eric Laurent
2009-03-27
1
-1
/
+9
*
|
Automated import from //branches/donutburger/...@141711,141711
Andreas Huber
2009-03-24
1
-0
/
+3
*
|
Automated import from //branches/donutburger/...@141614,141614
Wu-cheng Li
2009-03-24
1
-4
/
+5
*
|
Automated import from //branches/donutburger/...@141598,141598
Jason Sams
2009-03-24
1
-5
/
+12
*
|
Automated import from //branches/donutburger/...@141469,141469
Jason Sams
2009-03-24
1
-0
/
+30
|
/
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+1073
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-1070
/
+0
*
auto import from //depot/cupcake/@132589
The Android Open Source Project
2009-03-03
1
-27
/
+21
[next]