diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2020-03-20 16:15:47 -0700 |
---|---|---|
committer | Jayant Chowdhary <jchowdhary@google.com> | 2020-03-20 16:25:05 -0700 |
commit | 61c3ac2a69cefd1c5d38105fb763d8886f4760e8 (patch) | |
tree | 234c7cb7e3bd892108facaae265447b1e7eba168 /camera | |
parent | 104fe8332f8a6692c934728c43655885d3d229b9 (diff) | |
download | platform_hardware_interfaces-61c3ac2a69cefd1c5d38105fb763d8886f4760e8.tar.gz platform_hardware_interfaces-61c3ac2a69cefd1c5d38105fb763d8886f4760e8.tar.bz2 platform_hardware_interfaces-61c3ac2a69cefd1c5d38105fb763d8886f4760e8.zip |
Clarify getConcurrentStreamingCameraids may return hidden physical camera ids as well.
Bug: 151891611
Test: builds
Change-Id: I889065b379d9966e9cc8a225fb335685f2f065cd
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
Diffstat (limited to 'camera')
-rw-r--r-- | camera/provider/2.6/ICameraProvider.hal | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camera/provider/2.6/ICameraProvider.hal b/camera/provider/2.6/ICameraProvider.hal index 5651550e2d..ed1d31dd57 100644 --- a/camera/provider/2.6/ICameraProvider.hal +++ b/camera/provider/2.6/ICameraProvider.hal @@ -76,6 +76,13 @@ interface ICameraProvider extends @2.5::ICameraProvider { * configuration settings exposed through camera metadata), should the sum * of resource costs for the combination be <= 100. * + * The lists of camera id combinations returned by this method may contain + * hidden physical camera ids. If a combination does contain hidden physical + * camera ids, the camera framework must be able to open any logical cameras + * that contain these hidden physical camera ids in their + * ANDROID_LOGICAL_MULTI_CAMERA_PHYSICAL_IDS list, in addition to the other + * camera ids advertised in the combination, for concurrent operation. + * * @return status Status code for the operation * @return cameraIds a list of camera id combinations that support * concurrent stream configurations with the minimum guarantees |