50906e4f6b6c8058ae8d2c59eccf142918621904 |
|
09-Oct-2013 |
Shuzhen Wang <shuzhenw@codeaurora.org> |
Camera3: Add poll fd in QBUF as asynchronous call Without this change, there is deadlock when both Data_notify and Qbuf are coming at same time i.e, data_notify is waiting for buf_lock mutex which acquired by qbuf and qbuf-> Add poll fd is waiting for data_notify to finish. Adding Poll fd in asynchronous way i.e, POLL FD need not to wait for data_notify cb's to finish. Bug: 10998587 Change-Id: I574b25378639f5bc10b753af06b6d729261ee11d
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/mm_camera_thread.c
|
b16c077cdee23becd2ec0c353b8edde1368a8001 |
|
17-Sep-2013 |
Mansoor Aftab <maftab@codeaurora.org> |
Camera3: Stop polling when no buffers are queued to the kernel Bug: 10577807 Change-Id: I69fbb4139107ee21a834343fe039657ab298d769
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/mm_camera_thread.c
|
6a225c824c49ff9ecdc4b67c802f1af272569e03 |
|
06-Sep-2013 |
Mansoor Aftab <maftab@codeaurora.org> |
Camera3: Name HAL threads Name the HAL threads to make debugging easier Bug: 10609699 Change-Id: Ic953947eca7e4fde7c87bd7c890d1811cc3ff2fb
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/mm_camera_thread.c
|
cec66ac86f708fc88b0a812d9dacad1e2791402a |
|
18-Jul-2013 |
Iliyan Malchev <malchev@google.com> |
Camera3: sync init and destuct of poll_cb entries Bug: 9886166 Change-Id: I9eee76eea2803464568bb0c3760f613b51f718f4 Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/mm_camera_thread.c
|
744f5403bebb0e27140d16a5df7a341713c24a13 |
|
05-May-2013 |
Nagesh Subba Reddy <nageshsreddy@codeaurora.org> |
Camera3: Update HAL code from AU 221 to AU281 Change-Id: Ie24a113648b00c2069db4e79c805d96df977bfd7
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/mm_camera_thread.c
|
6f83d735d8e3b918da42e6b559fcd0efb78133e5 |
|
03-Apr-2013 |
Iliyan Malchev <malchev@google.com> |
qcom/camera: new camera HAL implementation This HAL is taken from the following project: remote: git://codeaurora.org/platform/hardware/qcom/camera.git SHA: 72226d4d1cda595b55ded993571de114c8ec9893 In addition, the makefiles have been patched so that it builds within AOSP. Change-Id: I87125fd134838f41c75a0027da98440f63cfedb5 Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/mm_camera_thread.c
|