summaryrefslogtreecommitdiffstats
path: root/legacymm/PictureAdjustment.h
diff options
context:
space:
mode:
Diffstat (limited to 'legacymm/PictureAdjustment.h')
-rw-r--r--legacymm/PictureAdjustment.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/legacymm/PictureAdjustment.h b/legacymm/PictureAdjustment.h
index a578075..b88975d 100644
--- a/legacymm/PictureAdjustment.h
+++ b/legacymm/PictureAdjustment.h
@@ -30,7 +30,7 @@ using ::android::hardware::Return;
using ::android::hardware::Void;
class PictureAdjustment : public IPictureAdjustment {
- public:
+ public:
PictureAdjustment(void* libHandle);
bool isSupported();
@@ -45,11 +45,11 @@ class PictureAdjustment : public IPictureAdjustment {
Return<void> getPictureAdjustment(getPictureAdjustment_cb _hidl_cb) override;
Return<void> getDefaultPictureAdjustment(getDefaultPictureAdjustment_cb _hidl_cb) override;
Return<bool> setPictureAdjustment(
- const ::vendor::lineage::livedisplay::V2_0::HSIC& hsic) override;
+ const ::vendor::lineage::livedisplay::V2_0::HSIC& hsic) override;
static void updateDefaultPictureAdjustment();
- private:
+ private:
void* mLibHandle;
int (*disp_api_supported)(int32_t, int32_t);