summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-09-07 03:19:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-09-07 03:19:32 +0000
commite0fbe7829eaf94d23619ac8b7528bcdbd74319bd (patch)
tree7502356007a78d96c8793482fa41b9d4188d2529
parent4eb7c6a9af3a3be0256f91b95484c7b7e0d13243 (diff)
parent1370fe4dbc427512ae25c29782f4fe3439c34666 (diff)
downloadeasel-e0fbe7829eaf94d23619ac8b7528bcdbd74319bd.tar.gz
Merge "pbcamera: Add onNextCaptureReady" into oc-mr1-dev
-rw-r--r--camera/libhdrplusclient/include/HdrPlusClientListener.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/camera/libhdrplusclient/include/HdrPlusClientListener.h b/camera/libhdrplusclient/include/HdrPlusClientListener.h
index e1e2c97..30b817e 100644
--- a/camera/libhdrplusclient/include/HdrPlusClientListener.h
+++ b/camera/libhdrplusclient/include/HdrPlusClientListener.h
@@ -77,6 +77,11 @@ public:
virtual void onShutter(uint32_t requestId, int64_t apSensorTimestampNs) = 0;
/*
+ * Invoked when Easel is ready to take another HDR+ request.
+ */
+ virtual void onNextCaptureReady(uint32_t requestId) = 0;
+
+ /*
* Invoked when the postview for a request is ready.
*/
virtual void onPostview(uint32_t requestId, std::unique_ptr<std::vector<uint8_t>> postview,