summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-10-30 11:49:24 -0700
committerXin Li <delphij@google.com>2019-10-30 11:49:24 -0700
commit42b79fa5bde2baec00718210f498bbbfac6516ce (patch)
treef09233dd2dabee59c9c40d580bda1cbe183621cf
parentfb72d9d16252ed63d9e1aa3465101ff19ac440a3 (diff)
parent0f11d42de356c8f4e8963052f8a6c6f9f29a96a5 (diff)
downloadeasel-42b79fa5bde2baec00718210f498bbbfac6516ce.tar.gz
DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-mastertemp_b_145570283
Bug: 142003500 Change-Id: Ic8505c810f7711f882c7b4bc21632f391508a9ba
-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