camera3: Add camera close KPI
Change-Id: I265750ade49c63beedd3d9d0f2b8e7b3d19cc38f
This commit is contained in:
parent
0ab48411fe
commit
2020ee299c
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue