f5bc9a97512897eab1cebc0bd460b5a434cb3f9e |
|
27-Feb-2018 |
TreeHugger Robot <treehugger-gerrit@google.com> |
Merge "Camera: Add API level to service proxy notification"
|
7dc2089881f3c1ab396aba2b321934f6c73c0379 |
|
22-Feb-2018 |
TreeHugger Robot <treehugger-gerrit@google.com> |
Merge "Camera: Cache monitored tag options in service"
|
573291c251d9e85f51f7c0fa1cb35baa2969ca17 |
|
10-Feb-2018 |
Emilian Peev <epeev@google.com> |
Camera: Add API level to service proxy notification The client API level should be part of the service proxy notifications. Bug: 68653614 Test: Manual using application Change-Id: Id8a9fb51a8ba91795283c846b55a9343cf8505df
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
c3e9d6f704f7bf9e94c8447aa2f0f21e750c08be |
|
06-Feb-2018 |
Yin-Chia Yeh <yinchiayeh@google.com> |
Camera: expose external camera to API1 - Cleanup legacy camera_module_t callbacks - Order API1 compatible cameras by their ID: numeric strings first - Dynamically updating number of cameras when device is added/removed - Make sure the following methods are always called without holding mServiceLock - onDeviceStatusChange - updateStatus - addStates/removeStates - Centralized all addState/removeState calls in onDeviceStatusChange - Passing api1CameraId (number) and cameraDeviceId (string) to various client classes. - Allow FOV information to not present for external camera - Update API1 preview/video size logic to exclude < ~30fps sizes Bug: 64874137 Change-Id: Ied6b7141fdad30e3d1c3fcacc5b69ca350fdeb24
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
bd8c503398d6b483b7abba594c7838a4c93b6e23 |
|
15-Feb-2018 |
Emilian Peev <epeev@google.com> |
Camera: Cache monitored tag options in service Monitored camera tag dump options should be stored by camera service and parsed during initialization of each new camera client. Bug: 71640311 Test: Camera CTS, Manual using application Change-Id: Id464fbaec40395e93969b90abbd07f0a5cd0dc30
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
f44c24ad2e048c8d7bf751be896d5a75c35d3c8d |
|
09-Jan-2018 |
Yin-Chia Yeh <yinchiayeh@google.com> |
Camera: fix use after disconnect error By checking mHardware first. Change-Id: Ie86f1deebcb0e1d1a9f817cd81b1946eaf2b05ee
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
9cf785bdd9ec8ff83c7d6226b7435e96e0018d33 |
|
01-Dec-2017 |
Yin-Chia Yeh <yinchiayeh@google.com> |
Camera: fix dump/disconnect race Keep camera device alive during dump. Change-Id: I98f4fcdea5eb550c48257ab194bc621affb90b86
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
e8c96c765b95ec7dcd10732621a825fce05960c6 |
|
27-Jun-2017 |
Eino-Ville Talvala <etalvala@google.com> |
CameraService: Clean up ICameraServiceProxy; send it more info - Remove hand-written ICameraServiceProxy C++ impl; use the AIDL- generated version instead - Send client package name and camera facing with the camera state notices Test: Verify by logging that information sent to proxy is correct; no camera CTS regressions. Bug: 32449509 Change-Id: I7a305b76b4f1d5c08b7938108bd73c95986508e0
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
f53f66edb3b06d1df5caf1fa806f7ed95305a4cf |
|
11-Apr-2017 |
Emilian Peev <epeev@google.com> |
Camera: Cleanup 'CameraModule' dependend code CameraModule is already part of the HIDL wrapper and is no longer needed in the service code. Add extra logic in camera provder manager for identifying camera API1 compatible devices. Bug: 34392075 Test: Complete Camera CTS Change-Id: I64a49e9091557c88859872d0c599c5be378db8b5
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
698f0a75c3740ac100b0b3ab89a6ab2453a3dadc |
|
05-Apr-2017 |
Emilian Peev <epeev@google.com> |
Camera: Clear available callback buffers during recording stop Make sure we don't keep any stale available callback buffer references after recording stops. This can lead to resource leaks. Bug: 36478361 Test: Complete Camera/Camera2 CTS tests Change-Id: I9f72b784ba3ae1cf9f9b16064a13b7ba8a1d0394
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
b5df547bce900fa5764d735bee304e79c001d60d |
|
21-Mar-2017 |
Yin-Chia Yeh <yinchiayeh@google.com> |
Camera: HAL1 recording batching support Test: Angler HAL1 + batching normal recording mode Bug: 35997432 Change-Id: If088715ccdb40163f44150c16deed62432692c07
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
05d19b08f3affa6fa8407e779f67e7ad1c1ca84f |
|
01-Mar-2017 |
Mathias Agopian <mathias@google.com> |
fallout of cleaning-up libutils includes Test: run & compile Bug: n/a Change-Id: I63585ed5a764b9ce7af2187b79ca0c83e683fd7f
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
2f09bac6632a5ee27ee14baa2aa1367f16b5b013 |
|
13-Dec-2016 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Update camera service to use new HIDL HALs, part 1 - Add CameraProviderManager - Enumerates individual camera provider HAL instances, as well as the devices they provide - Handles dynamic provider and device appearance/disappearance - Maps device names to public API namespace - Add unit tests for CameraProviderManager - Add logic to enable new HIDL path - Switch various bits of service internals to use string camera IDs, though leaving most camera1-facing bits using int IDs, since that's what the old API uses. - Update CameraService to use CameraProviderManager instead of the legacy camera HAL - Update clients to pass through provider manager to devices instead of just camera module - Still TODO: - Update Camera3Device to use new HIDL interface - Update CameraHardwareInterface to use new HIDL interface - Update dump() - Update vendor tag handling Test: New unit tests pass, camera CTS passes with Treble disabled Bug: 30985004 Bug: 32991422 Change-Id: I7ac41f13b9501d5e53256e28c0465ec70aa3980e
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
2d13b1d3eeaba31d8c15acc6037fd68b150a9a66 |
|
28-Apr-2016 |
Chien-Yu Chen <cychen@google.com> |
Camera: Fix passing video native handle for 64-bit app Add new binder calls to pass video native handle so the video native handle can be passed between 32-bit and 64-bit processes. Remove problematic code that used IMemory to pass video native handle because the sizes of VideoNativeMetadata are different in 32-bit and 64-bit processes. Bug: 28403412 Change-Id: I3341b1812ecc41d61846bb72ca926ecb1674c9ec
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
6192b89257c5ae8834faa25b801d561043675d3b |
|
04-Apr-2016 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Ensure correct error message for disconnected devices After a device has been disconnected, should return consistent errors to the caller if they invoke further device methods. For API1, that's INVALID_OPERATION, and for API2, that's ERROR_DISCONNECTED. Change-Id: I0f3d889906a9818c0e03852702b146fd33c9e42a Fixes: 27591189
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
42f2707bb2d9698765d1180787ffc890c41ddb3a |
|
12-Jan-2016 |
Chien-Yu Chen <cychen@google.com> |
Camera: validate input in releaseRecordingFrame Check mem isn't null before using it in releaseRecordingFrame. Bug: 26164272 Change-Id: I384d4aa2798b6121ae548a6bb618fc0189f96633
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
d56db1d2bee182d1851097a9c712712fc094d117 |
|
18-Dec-2015 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Switch camera2 to auto-gen C++ binder interfaces - Move camera service AIDL files to frameworks/av - Build C++ interface stubs with AIDL tools - Add necessary native-side parcelables and update existing ones - Remove manually-written stubs, rearrange remaining manual stubs - Adjust implementations to work with auto-generated stubs - Adjust method signatures for auto-gen differences - Add rich error messages using binder::Status Bug: 25091611 Change-Id: I6f69f34b9d1a3f8d1fb7db87357363f8fa8483ff
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
f73511756147a685267f208784921fea40decc64 |
|
09-Feb-2016 |
Eino-Ville Talvala <etalvala@google.com> |
CameraHardwareInterface: Reconnect preview in HAL set_buffer_count Workaround for b/27039775 Some camera device HAL v1 implementations expect that calling preview_stream_ops->set_buffer_count resets the preview stream's flag for whether any buffers have been queued up by the camera HAL, allowing the HAL to dequeue all buffers in the stream again (instead of just its own buffer count limit, which is lower). The underlying buffer queue behavior has now changed, and that flag is no longer reset on a change of buffer count, to support dynamic buffer queue buffer count features. To maintain backwards compatibility with HALv1 implementations that rely on this implicit HAL interface behavior, add a disconnect/connect pair to the set_buffer_count call, which will reset the dequeue flag, along with all other preview stream parameters. To maintain other parameters, cache them when they are originall set (either by the HAL or by the higher-level camera client), and apply them again after reconnecting. Bug: 27039775 Change-Id: I9fa220b356715e7f8e48adc7acdffbfa598c329c
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
98a668f6ea51e4d894d2ebb61a0e18287fb14008 |
|
18-Dec-2015 |
Chien-Yu Chen <cychen@google.com> |
Camera: Fix client permission check Modify StageFright's CameraSource to forward calling PID as client PID when connecting to CameraService so CameraService can check if the client PID has permission to use camera. Change CameraService to check calling UID is trusted before using the passed in client PID and client UID to verify permission. Bug: 24511454 Change-Id: I4906ab73510e2c75714690bed675e3c13aca3ccf
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
c73e0410c6b931fe598061b2f348834da0a21707 |
|
15-Jan-2016 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Disallow dumping clients directly am: c400396525 am: 795243686f am: fb5043a703 am: 3a0d1df37d am: f0b0a7c7bb am: 715e5cdec7 * commit '715e5cdec771abb372d46813a8b0ab57d47afd99': Camera: Disallow dumping clients directly
|
715e5cdec771abb372d46813a8b0ab57d47afd99 |
|
14-Jan-2016 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Disallow dumping clients directly am: c400396525 am: 795243686f am: fb5043a703 am: 3a0d1df37d am: f0b0a7c7bb * commit 'f0b0a7c7bb61d6ea9f8f89c55368529711d18e1a': Camera: Disallow dumping clients directly
|
795243686fe2e1c352732b47bcdb6ea9e9e7e39e |
|
14-Jan-2016 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Disallow dumping clients directly am: c400396525 * commit 'c4003965258404a19b99280ac0f475e2f290bf27': Camera: Disallow dumping clients directly
|
c4003965258404a19b99280ac0f475e2f290bf27 |
|
13-Jan-2016 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Disallow dumping clients directly Camera service dumps should only be initiated through ICameraService::dump. Bug: 26265403 Change-Id: If3ca4718ed74bf33ad8a416192689203029e2803
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
d55d0bee625d4bb02d72fcd91d40fc30e1f87b86 |
|
13-Jan-2016 |
Eino-Ville Talvala <etalvala@google.com> |
Merge "libcameraservice: Allow media server to disconnect camera even unlocked" am: a68b10a49b am: f615179ee4 * commit 'f615179ee48bb11a27426d60f76845764cf00f75': libcameraservice: Allow media server to disconnect camera even unlocked
|
418f4d1350da8931853a616d4da180978c6bb971 |
|
27-May-2014 |
Wang, Jianfeng XA <jianfeng.xa.wang@sonymobile.com> |
libcameraservice: Allow media server to disconnect camera even unlocked The camera service may fail to release the camera hardware instance in some use cases. When an application unlocked the camera before disconnect, disconnect from the application will not be accepted. And disconnect from media server will not be accepted also. Then, the camera hardware instance will not be released and a resource leak will be caused. Allow media server to disconnect the camera at all times even if the camera is unlocked. Change-Id: Icd5ed81bed242fa5947aa40ca85e4ca7fa7286e7
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
8cca0750a84c2d97224c0cfef7cf255308ee80b3 |
|
14-Nov-2015 |
Chien-Yu Chen <cychen@google.com> |
Camera: Support BufferQueue between Camera and StageFright Use a BufferQueue between Camera and StageFright to pass video buffers for Camera HALv3 devices. CameraSource in StageFright will try to use "buffer queue" mode if it is supported by the camera device. In "buffer queue" mode, CameraSource creates a buffer queue and a listener thread to recieve video buffers from camera device. CameraSource then wraps the ANWBuffer in MediaBuffer. If the camera device doesn't support "buffer queue" mode, it falls back to "metadata in video buffer" mode or "real YUV data" mode. "Metadata in video buffer" mode is removed from Camera2Client and only "buffer queue" mode is supported. Bug: 24511454 Change-Id: Ice833b57bcd8d91852d6415402013f56f3e3970a
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
82104ebbb2cc04277ab07b355f38f73045a11770 |
|
14-Oct-2015 |
Chien-Yu Chen <cychen@google.com> |
Camera: Add video recording stop sound Add video recording stop sound to match MediaActionSound. Bug: 24745252 Change-Id: I84b69757c7e0a98abfaafcce5f41dd45fd41cf74
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
412fe56cd7cf7d73bc5d2bcc3f635bc650d18de9 |
|
21-Aug-2015 |
Eino-Ville Talvala <etalvala@google.com> |
CameraService: Notify camera service proxy of device status Send the camera proxy service in system server updates to camera device state: opened/closed/active/idle. Bug: 23393557 Change-Id: Id7c70f134821efa34af8f6e7b4caa4c2ab128ebc
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
cc776718c0be7c31fe5ab4fc1446d377be60369f |
|
18-Feb-2015 |
Ruben Brunk <rubenbrunk@google.com> |
camera2: Add camera client eviction enforcement. - This updates the CameraService to implement client eviction behavior based on process priority. Bug: 19186859 Change-Id: I646939b1cdf1a2237c4e5044164d55a2542cf36e
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
e074a93046ebe5cea0b55c3a479e082a426e1e07 |
|
30-Jan-2015 |
Yin-Chia Yeh <yinchiayeh@google.com> |
CameraService: intercept Camera module Wrap camera module returned from HAL so get_camera_info returns static_camera_characteristics processed by framework, which generates keys added after HAL3.2 is released. Change-Id: Ief423a1571cf06c7ef80b98b403a33969baf95f6
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
06b46062d2f8bc82ca3061a23d197734ae51918b |
|
14-Nov-2014 |
Marco Nelissen <marcone@google.com> |
Update calls to IInterface::asBinder() to use the new static version. Change-Id: I89a5988a0ac694ffc04d88cf939e8455bf925d4c
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
e992e75053e98e3699af6e344c11b787e30411ad |
|
08-Nov-2014 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Guard against asBinder() calls on NULL interfaces Bug: 18207548 Change-Id: I9879c9b4c0282a6b96b77398f62beedc47f7f0a0
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
fcf5fea2ac99e6359998078d09fd7e21269dca4a |
|
11-Sep-2014 |
Igor Murashkin <iam@google.com> |
camera: add latest parameters to dumpsys for api1 cameras Bug: 17290106 Change-Id: I08ac1659d0367613c37669d5bf6e6bf7b2b63bc2
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
65e01f763571b779fbc759e6f96d0a195b94c6da |
|
30-Aug-2014 |
Ruben Brunk <rubenbrunk@google.com> |
camera1: Ensure MemoryHeap buffers are mmapped before copying. Bug: 16986293 Change-Id: Icb68254d7ed1812fa9e60342749a2746d6fcfb17
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
a858ea0495c887621a2fd9c0afc13780deccb597 |
|
19-Aug-2014 |
Igor Murashkin <iam@google.com> |
camera: Allow shutter sounds to be disabled from camera2 api When using the connectLegacy binder interface (available only through an @hide java api), then consider the camera to be in the camera2 api legacy mode. In legacy mode, allow disabling the shutter sound unconditionally. Bug: 17109582 Change-Id: Ieb3fc61ff111d792cc657c018e278349c25472cf
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
ebe865b175b3f1b2a9212cea7b008937c919d8f3 |
|
08-Aug-2014 |
Igor Murashkin <iam@google.com> |
camera: Allow Camera#getParameters to be called by mediaserver anytime This fixes a crash if the camera was locked by the media recorder and another process tried to get the legacy parameters (for the camera characteristics). Bug: 16695955 Change-Id: I945a16a686a6987150c8754b5296353e76e5afa0
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
b10cdadf0fb945e23ca77008d4af76584bd0e39a |
|
17-Jun-2014 |
Zhijun He <zhijunhe@google.com> |
cameraservice: Implement HAL1 and higher HAL API coexistence A higher hal version device like HAL3.2 can be opened as HAL1.0 device if HAL supports it. This only applies to camera API1. Change-Id: I4ae9f59f4317158cc1bd7ed7726e4032cdd1fa07
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
377b2ec9a2885f9b6405b07ba900a9e3f4349c38 |
|
03-Feb-2014 |
Kévin PETIT <kevin.petit@arm.com> |
Make frameworks/av 64-bit compatible Contains the necessary changes to make frameworks/av build and work on a 64-bit machine. Signed-off-by: Craig Barber <craig.barber@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com> Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Change-Id: I725feaae50ed8eee25ca2c947cf15aee1f395c43
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
1ce7c34e67c2cf58dd88c31f36f4bd62e375f7f0 |
|
21-Aug-2013 |
Eino-Ville Talvala <etalvala@google.com> |
Camera1: Set preview to be asynchronous, and remove dead code - Use the controlledByApp flag to make sure application-bound preview buffer queue is asynchronous as before - Remove setPreviewDisplay in service, since it is no longer in the binder interface - Rename setPreviewTexture to setPreviewTarget, to make it clear it's the only game in town now. Rename only on the binder level and service for now. Bug: 10312644 Change-Id: Icd33a462022f9729a63dc65c69b755cb7969857e
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|
7b82efe7a376c882f8f938e1c41b8311a8cdda4a |
|
26-Jul-2013 |
Eino-Ville Talvala <etalvala@google.com> |
Camera: Rename new API to camera2, rearrange camera service - Support API rename from photography to camera2 - Reorganize camera service files - API support files to api1/, api2/, api_pro/ - HAL device support files into device{1,2,3}/ - Common files into common/ - Camera service remains at top-level Change-Id: Ie474c12536f543832fba0a2dc936ac4fd39fe6a9
/frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
|