Searched refs:mSupportedHdrTypes (Results 1 – 6 of 6) sorted by relevance
31 mSupportedHdrTypes.size() * sizeof(ui::Hdr); in getFlattenedSize()44 buf[3] = static_cast<int32_t>(mSupportedHdrTypes.size()); in flatten()45 for (size_t i = 0, c = mSupportedHdrTypes.size(); i < c; ++i) { in flatten()46 buf[4 + i] = static_cast<int32_t>(mSupportedHdrTypes[i]); in flatten()74 mSupportedHdrTypes.resize(itemCount); in unflatten()76 mSupportedHdrTypes[i] = static_cast<ui::Hdr>(buf[4 + i]); in unflatten()
34 : mSupportedHdrTypes(types), in HdrCapabilities()40 : mSupportedHdrTypes(), in HdrCapabilities()46 return mSupportedHdrTypes; in getSupportedHdrTypes()59 std::vector<ui::Hdr> mSupportedHdrTypes;
2250 private @HdrType int[] mSupportedHdrTypes = new int[0]; field in Display.HdrCapabilities2267 mSupportedHdrTypes = supportedHdrTypes; in HdrCapabilities()2268 Arrays.sort(mSupportedHdrTypes); in HdrCapabilities()2279 return mSupportedHdrTypes; in getSupportedHdrTypes()2311 return Arrays.equals(mSupportedHdrTypes, that.mSupportedHdrTypes) in equals()2320 hash = hash * 17 + Arrays.hashCode(mSupportedHdrTypes); in hashCode()2348 mSupportedHdrTypes = new int[types]; in readFromParcel()2350 mSupportedHdrTypes[i] = source.readInt(); in readFromParcel()2359 dest.writeInt(mSupportedHdrTypes.length); in writeToParcel()2360 for (int i = 0; i < mSupportedHdrTypes.length; ++i) { in writeToParcel()[all …]
54 HdrCapabilities(mSupportedHdrTypes, mMaxLuminance, mMaxAverageLuminance, in build()72 mSupportedHdrTypes.emplace_back(value); in addHdrType()78 mSupportedHdrTypes.emplace_back(value); in addHdrTypes()156 std::vector<Hdr> mSupportedHdrTypes; member in android::compositionengine::__anon346b34b50111::ProfileFactory
59679 Landroid/view/Display$HdrCapabilities;->mSupportedHdrTypes:[I