Home
last modified time | relevance | path

Searched refs:mReplaceId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DVolumeShaper.java1126 private final int mReplaceId; field in VolumeShaper.Operation
1133 + ", mReplaceId = " + mReplaceId in toString()
1140 return Objects.hash(mFlags, mReplaceId, mXOffset); in hashCode()
1150 && mReplaceId == other.mReplaceId in equals()
1163 dest.writeInt(mReplaceId); in writeToParcel()
1190 mReplaceId = replaceId; in Operation()
1202 int mReplaceId; field in VolumeShaper.Operation.Builder
1210 mReplaceId = -1; in Builder()
1220 mReplaceId = operation.mReplaceId; in Builder()
1237 mReplaceId = id; in replace()
[all …]
/frameworks/av/include/media/
DVolumeShaper.h366 : Operation(operation.mFlags, operation.mReplaceId, operation.mXOffset) { in Operation()
375 , mReplaceId(replaceId) in Operation()
380 return mReplaceId; in getReplaceId()
384 mReplaceId = replaceId; in setReplaceId()
427 ?: parcel->writeInt32(mReplaceId) in writeToParcel()
434 ?: parcel.readInt32(&mReplaceId) in readFromParcel()
442 ss << ", mReplaceId=" << mReplaceId; in toString()
450 int32_t mReplaceId; // if >= 0 the id to remove in a replace operation. variable