camera3: Add camera close KPI
Change-Id: I265750ade49c63beedd3d9d0f2b8e7b3d19cc38f
diff --git a/include/hardware/camera3.h b/include/hardware/camera3.h
index 9da18d2..02a0a77 100644
--- a/include/hardware/camera3.h
+++ b/include/hardware/camera3.h
@@ -2537,7 +2537,9 @@
*
* Performance requirements:
*
- * common.open should return in 200ms, and must return in 500ms.
+ * Camera open (common.methods->open) should return in 200ms, and must return in 500ms.
+ * Camera close (common.close) should return in 200ms, and must return in 500ms.
+ *
*/
hw_device_t common;
camera3_device_ops_t *ops;