Searched refs:mSupportedHdrTypes (Results 1 – 6 of 6) sorted by relevance
35 mSupportedHdrTypes.size() * sizeof(ui::Hdr); in getFlattenedSize()48 buf[3] = static_cast<int32_t>(mSupportedHdrTypes.size()); in flatten()49 for (size_t i = 0, c = mSupportedHdrTypes.size(); i < c; ++i) { in flatten()50 buf[4 + i] = static_cast<int32_t>(mSupportedHdrTypes[i]); in flatten()78 mSupportedHdrTypes.resize(itemCount); in unflatten()80 mSupportedHdrTypes[i] = static_cast<ui::Hdr>(buf[4 + i]); in unflatten()
34 : mSupportedHdrTypes(types), in HdrCapabilities()44 : mSupportedHdrTypes(), in HdrCapabilities()52 return mSupportedHdrTypes; in getSupportedHdrTypes()65 std::vector<ui::Hdr> mSupportedHdrTypes;
1421 private @HdrType int[] mSupportedHdrTypes = new int[0]; field in Display.HdrCapabilities1438 mSupportedHdrTypes = supportedHdrTypes; in HdrCapabilities()1449 return mSupportedHdrTypes; in getSupportedHdrTypes()1481 return Arrays.equals(mSupportedHdrTypes, that.mSupportedHdrTypes) in equals()1490 hash = hash * 17 + Arrays.hashCode(mSupportedHdrTypes); in hashCode()1518 mSupportedHdrTypes = new int[types]; in readFromParcel()1520 mSupportedHdrTypes[i] = source.readInt(); in readFromParcel()1529 dest.writeInt(mSupportedHdrTypes.length); in writeToParcel()1530 for (int i = 0; i < mSupportedHdrTypes.length; ++i) { in writeToParcel()1531 dest.writeInt(mSupportedHdrTypes[i]); in writeToParcel()
83 HdrCapabilities(mSupportedHdrTypes, mMaxLuminance, mMaxAverageLuminance, in build()101 mSupportedHdrTypes.emplace_back(value); in addHdrType()107 mSupportedHdrTypes.emplace_back(value); in addHdrTypes()185 std::vector<Hdr> mSupportedHdrTypes; member in android::compositionengine::__anon94efb9f20111::ProfileFactory
79394 Landroid/view/Display$HdrCapabilities;->mSupportedHdrTypes:[I