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

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

Completed in 295 milliseconds