summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-08-22 03:01:20 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-08-22 03:01:20 +0000
commit48b47d1409524b2cf5678ace7dc1f2f4574e1e54 (patch)
treef09233dd2dabee59c9c40d580bda1cbe183621cf
parentfb72d9d16252ed63d9e1aa3465101ff19ac440a3 (diff)
parent09df16c703988a5c58b1f1b8fe92da185c2bab58 (diff)
downloadeasel-android10-qpr1-b-s1-release.tar.gz
Change-Id: Ie05e0682495f191dfe73dc9c53a6e1e5646dff8a
-rw-r--r--amber/camera/libhdrplusclient/include/EaselManagerClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/amber/camera/libhdrplusclient/include/EaselManagerClient.h b/amber/camera/libhdrplusclient/include/EaselManagerClient.h
index 682cb67..b7d5168 100644
--- a/amber/camera/libhdrplusclient/include/EaselManagerClient.h
+++ b/amber/camera/libhdrplusclient/include/EaselManagerClient.h
@@ -148,6 +148,10 @@ public:
// Invoked when Easel encountered a fatal error. Client should shut down Easel.
virtual void onEaselFatalError(std::string errMsg) = 0;
+
+ // Invoked when device is in a thermal condition not suitable for HDR+ processing.
+ // Client should disable HDR+ as soon as possible.
+ virtual void onThermalThrottle() = 0;
};
} // namespace android