summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-01-05 18:59:47 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-01-05 18:59:47 +0000
commita014dce850636c7a265bcdf7edefb98550df2c54 (patch)
treeeb1605a885f4dc38063ddb77a478fdd8507a6255
parent0f6a59f12c023ca19e7f2fc7fcd807c0e6bc1b0a (diff)
parentab8ff75e2edb3120da2f9d7f244ade65d5ccb27b (diff)
downloadplatform_hardware_google_easel-oreo-m6-s3-release.tar.gz
platform_hardware_google_easel-oreo-m6-s3-release.tar.bz2
platform_hardware_google_easel-oreo-m6-s3-release.zip
Change-Id: I473d067f21e865dd5d4a23b8442c8ad4e38104f9
-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;