Fix typos in IEvsEnumerator descriptive comment
IEvsEnumerator::openCamera had a typo and the incorrect name of a related interface in one of the descriptive comments. This fixes those issues and updates the checksum for the interface. Bug: 38508696 Test: build evs_app and evs default driver. Change-Id: I24f3ca2bc3652711a4ee2ea9a37428d4bdafc509
This commit is contained in:
parent
257c2f1a43
commit
3209fb3738
2 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue