camera3: Add camera close KPI

Change-Id: I265750ade49c63beedd3d9d0f2b8e7b3d19cc38f
This commit is contained in:
Zhijun He 2014-01-31 11:35:45 -08:00
parent 0ab48411fe
commit 2020ee299c

View file

@ -2537,7 +2537,9 @@ typedef struct camera3_device {
*
* 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;