summaryrefslogtreecommitdiffstats
path: root/include/camera
diff options
context:
space:
mode:
Diffstat (limited to 'include/camera')
-rw-r--r--include/camera/photography/ICameraDeviceUser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/camera/photography/ICameraDeviceUser.h b/include/camera/photography/ICameraDeviceUser.h
index 3ea49f4..45988d0 100644
--- a/include/camera/photography/ICameraDeviceUser.h
+++ b/include/camera/photography/ICameraDeviceUser.h
@@ -61,6 +61,8 @@ public:
virtual status_t getCameraInfo(/*out*/
CameraMetadata* info) = 0;
+ // Wait until all the submitted requests have finished processing
+ virtual status_t waitUntilIdle() = 0;
};
// ----------------------------------------------------------------------------