Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 345be944 authored by Sally Qi's avatar Sally Qi
Browse files

Fix the return type of ADisplayLutsEntry_getDimension and ADisplayLutsEntry_getSamplingKey.

- to fix https://screenshot.googleplex.com/4BTVD4TjjDfuwcs

Bug: n/a
Change-Id: I9fdc07acef94be75f251a0246cea5116ac01f892
Test: builds
Flag: EXEMPT NDK
parent 8fada3c3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ enum ADisplayLuts_Dimension : int32_t {
    ADISPLAYLUTS_ONE_DIMENSION = 1,
    ADISPLAYLUTS_THREE_DIMENSION = 3,
};
typedef enum ADisplayLuts_Dimension ADisplayLuts_Dimension;

/**
 * The sampling key used by the lut
@@ -43,6 +44,7 @@ enum ADisplayLuts_SamplingKey : int32_t {
    ADISPLAYLUTS_SAMPLINGKEY_RGB = 0,
    ADISPLAYLUTS_SAMPLINGKEY_MAX_RGB = 1,
};
typedef enum ADisplayLuts_SamplingKey ADisplayLuts_SamplingKey;

/**
 * Used to get and set display luts entry