Searched defs:mSupportedHdrTypes (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/ui/
H A DHdrCapabilities.h34 : mSupportedHdrTypes(types),
44 : mSupportedHdrTypes(),
52 return mSupportedHdrTypes;
65 std::vector<ui::Hdr> mSupportedHdrTypes; member in class:android::HdrCapabilities
/frameworks/native/libs/ui/include/ui/
H A DHdrCapabilities.h34 : mSupportedHdrTypes(types),
44 : mSupportedHdrTypes(),
52 return mSupportedHdrTypes;
65 std::vector<ui::Hdr> mSupportedHdrTypes; member in class:android::HdrCapabilities
/frameworks/native/libs/ui/include_vndk/ui/
H A DHdrCapabilities.h34 : mSupportedHdrTypes(types),
44 : mSupportedHdrTypes(),
52 return mSupportedHdrTypes;
65 std::vector<ui::Hdr> mSupportedHdrTypes; member in class:android::HdrCapabilities
/frameworks/base/core/java/android/view/
H A DDisplay.java1334 private @HdrType int[] mSupportedHdrTypes = new int[0]; field in class:Display.HdrCapabilities
1350 mSupportedHdrTypes = supportedHdrTypes;
1361 return mSupportedHdrTypes;
1393 return Arrays.equals(mSupportedHdrTypes, that.mSupportedHdrTypes)
1402 hash = hash * 17 + Arrays.hashCode(mSupportedHdrTypes);
1430 mSupportedHdrTypes = new int[types];
1432 mSupportedHdrTypes[i] = source.readInt();
1441 dest.writeInt(mSupportedHdrTypes.length);
1442 for (int i = 0; i < mSupportedHdrTypes
[all...]

Completed in 36 milliseconds