Merge "Camera: clarify unknown error logic in buffer request"
diff --git a/include/hardware/camera3.h b/include/hardware/camera3.h
index bafb386..aa3e227 100644
--- a/include/hardware/camera3.h
+++ b/include/hardware/camera3.h
@@ -2204,7 +2204,9 @@
/**
* request_stream_buffers() call failed for all streams and no buffers are
- * returned at all due to unknown reason.
+ * returned at all. This can happen for unknown reasons or a combination
+ * of different failure reasons per stream. For the latter case, caller can
+ * check per stream failure reason returned in camera3_stream_buffer_ret.
*/
CAMERA3_BUF_REQ_FAILED_UNKNOWN = 4,