Searched refs:mSupportedHdrTypes (Results 1 – 3 of 3) sorted by relevance
29 : mSupportedHdrTypes(types), in HdrCapabilities()39 : mSupportedHdrTypes(), in HdrCapabilities()47 return mSupportedHdrTypes; in getSupportedHdrTypes()58 std::vector<int32_t /*android_hdr_t*/> mSupportedHdrTypes;
1160 private @HdrType int[] mSupportedHdrTypes = new int[0]; field in Display.HdrCapabilities1176 mSupportedHdrTypes = supportedHdrTypes; in HdrCapabilities()1187 return mSupportedHdrTypes; in getSupportedHdrTypes()1229 mSupportedHdrTypes = new int[types]; in readFromParcel()1231 mSupportedHdrTypes[i] = source.readInt(); in readFromParcel()1240 dest.writeInt(mSupportedHdrTypes.length); in writeToParcel()1241 for (int i = 0; i < mSupportedHdrTypes.length; ++i) { in writeToParcel()1242 dest.writeInt(mSupportedHdrTypes[i]); in writeToParcel()
25 status_t result = parcel->writeInt32Vector(mSupportedHdrTypes); in writeToParcel()43 status_t result = parcel->readInt32Vector(&mSupportedHdrTypes); in readFromParcel()