summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChien-Yu Chen <cychen@google.com>2017-12-03 03:26:55 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-03 03:26:55 +0000
commitc2472849b65b18f7a10c94b61af7d212336461db (patch)
treeeb1605a885f4dc38063ddb77a478fdd8507a6255
parent9635a4258ea1445989492ec511206830867436c3 (diff)
parentc13b5347063b4b2fa8363d25d89e1022c667b486 (diff)
downloadeasel-c2472849b65b18f7a10c94b61af7d212336461db.tar.gz
pbcamera: Add nofityEaselFatalError
am: c13b534706 Change-Id: I6ec6841a989e3a6b928160c2cf5b10e7910509fd
-rw-r--r--camera/libhdrplusclient/include/HdrPlusClient.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/camera/libhdrplusclient/include/HdrPlusClient.h b/camera/libhdrplusclient/include/HdrPlusClient.h
index 40905cc..31f7124 100644
--- a/camera/libhdrplusclient/include/HdrPlusClient.h
+++ b/camera/libhdrplusclient/include/HdrPlusClient.h
@@ -143,6 +143,12 @@ public:
virtual void notifyFrameMetadata(uint32_t frameNumber, const camera_metadata_t &resultMetadata,
bool lastMetadata=true) = 0;
+ /*
+ * Notify Easel has encountered a fatal error and HDR+ client should stop sending messages
+ * to Easel.
+ */
+ virtual void nofityEaselFatalError() = 0;
+
private:
// Disallow copy and assign.
HdrPlusClient(const HdrPlusClient&) = delete;