From 06c07730decf995c498c1dc4b00df2e8e68cbf88 Mon Sep 17 00:00:00 2001 From: Emilian Peev Date: Wed, 16 Jan 2019 10:48:21 +0000 Subject: [PATCH] Camera: Extend stream combination query documentation Stream combination queries differ from regular stream configuration in several ways. Extend documentation and mention any fields that Hal implementations must ignore when checking the input arguments. Bug: 111593096 Test: Android builds successfully Change-Id: Iab97d2cf8aebc29c9ec4c34a382893299a9b9752 --- camera/device/3.5/ICameraDevice.hal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/camera/device/3.5/ICameraDevice.hal b/camera/device/3.5/ICameraDevice.hal index d9f28372e5..492105c1bf 100644 --- a/camera/device/3.5/ICameraDevice.hal +++ b/camera/device/3.5/ICameraDevice.hal @@ -84,6 +84,9 @@ interface ICameraDevice extends @3.2::ICameraDevice { * * The streamList must contain at least one output-capable stream, and may * not contain more than one input-capable stream. + * In contrast to regular stream configuration the framework does not create + * or initialize any actual streams. This means that Hal must not use or + * consider the stream "id" value. * * ------------------------------------------------------------------------ *