diff options
-rw-r--r-- | automotive/evs/1.0/IEvsEnumerator.hal | 11 | ||||
-rw-r--r-- | current.txt | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/automotive/evs/1.0/IEvsEnumerator.hal b/automotive/evs/1.0/IEvsEnumerator.hal index 98d117acee..e1193d030c 100644 --- a/automotive/evs/1.0/IEvsEnumerator.hal +++ b/automotive/evs/1.0/IEvsEnumerator.hal @@ -34,11 +34,12 @@ interface IEvsEnumerator { /** * Get the IEvsCamera associated with a cameraId from a CameraDesc * - * Given a camera's unique cameraId from ca CameraDesc, returns - * the ICamera interface associated with the specified camera. - * When done using the camera, the caller may release it by calling closeCamera(). - * TODO(b/36122635) Reliance on the sp<> going out of scope is not recommended because the - * resources may not be released right away due to asynchronos behavior in the hardware binder. + * Given a camera's unique cameraId from CameraDesc, returns the + * IEvsCamera interface associated with the specified camera. When + * done using the camera, the caller may release it by calling closeCamera(). + * Note: Reliance on the sp<> going out of scope is not recommended + * because the resources may not be released right away due to asynchronos + * behavior in the hardware binder (ref b/36122635). */ openCamera(string cameraId) generates (IEvsCamera carCamera); diff --git a/current.txt b/current.txt index e254ed9991..5c9d3720ce 100644 --- a/current.txt +++ b/current.txt @@ -30,7 +30,7 @@ c93cb25a1a92d07aa80a617c01e8d22fc97bf8cefd3962b6a5be386ad4704d89 android.hardwar f2904a4c108ad1b93eb2fa4e43b82bd01ce1ff26156316e49d1d9fc80dfecaad android.hardware.automotive.evs@1.0::IEvsCamera 94cba6ad04c83aa840de2ed52b74ba2126a26dd960225e61ac36703315279a80 android.hardware.automotive.evs@1.0::IEvsCameraStream 5ea36fb043d9e3b413219de3dfd7b046b48af4fda39f167f3528652e986cb76d android.hardware.automotive.evs@1.0::IEvsDisplay -4360e4396dee5a36d8543e12b1bbdeb765724dddf0dca0204ea1e9496ed8441d android.hardware.automotive.evs@1.0::IEvsEnumerator +14ef8e993a4a7c899b19bb5e39b5b0cafd28312ea2b127e35b3be8f08e23fe8e android.hardware.automotive.evs@1.0::IEvsEnumerator 3b17c1fdfc389e0abe626c37054954b07201127d890c2bc05d47613ec1f4de4f android.hardware.automotive.evs@1.0::types cde0787e4bf4b450a9ceb9011d2698c0061322eb882621e89b70594b0b7c65c5 android.hardware.automotive.vehicle@2.0::IVehicle 80fb4156fa91ce86e49bd2cabe215078f6b69591d416a09e914532eae6712052 android.hardware.automotive.vehicle@2.0::IVehicleCallback |