summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/camera3/Camera3OutputStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/camera/libcameraservice/camera3/Camera3OutputStream.h')
-rw-r--r--services/camera/libcameraservice/camera3/Camera3OutputStream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/camera/libcameraservice/camera3/Camera3OutputStream.h b/services/camera/libcameraservice/camera3/Camera3OutputStream.h
index ce317f9..774fbdd 100644
--- a/services/camera/libcameraservice/camera3/Camera3OutputStream.h
+++ b/services/camera/libcameraservice/camera3/Camera3OutputStream.h
@@ -66,6 +66,9 @@ class Camera3OutputStream :
Camera3OutputStream(int id, camera3_stream_type_t type,
uint32_t width, uint32_t height, int format);
+ /**
+ * Note that we release the lock briefly in this function
+ */
virtual status_t returnBufferCheckedLocked(
const camera3_stream_buffer &buffer,
nsecs_t timestamp,