diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2018-01-05 18:59:47 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-01-05 18:59:47 +0000 |
| commit | a014dce850636c7a265bcdf7edefb98550df2c54 (patch) | |
| tree | eb1605a885f4dc38063ddb77a478fdd8507a6255 | |
| parent | 0f6a59f12c023ca19e7f2fc7fcd807c0e6bc1b0a (diff) | |
| parent | ab8ff75e2edb3120da2f9d7f244ade65d5ccb27b (diff) | |
| download | platform_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 | |
Snap for 4527419 from ab8ff75e2edb3120da2f9d7f244ade65d5ccb27b to oc-m2-releaseandroid-8.1.0_r52android-8.1.0_r50android-8.1.0_r47android-8.1.0_r46android-8.1.0_r43android-8.1.0_r41android-8.1.0_r36android-8.1.0_r35android-8.1.0_r33android-8.1.0_r30android-8.1.0_r26android-8.1.0_r25android-8.1.0_r20oreo-m7-releaseoreo-m6-s4-releaseoreo-m6-s3-releaseoreo-m6-s2-releaseoreo-m2-s5-releaseoreo-m2-s4-releaseoreo-m2-s3-releaseoreo-m2-s2-releaseoreo-m2-s1-releaseoreo-m2-release
Change-Id: I473d067f21e865dd5d4a23b8442c8ad4e38104f9
| -rw-r--r-- | camera/libhdrplusclient/include/HdrPlusClient.h | 6 |
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; |
