Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DVolumeShaper.java1138 private final int mReplaceId; field in VolumeShaper.Operation
1146 + ", mReplaceId = " + mReplaceId in toString()
1153 return Objects.hash(mFlags, mReplaceId, mXOffset); in hashCode()
1163 && mReplaceId == other.mReplaceId in equals()
1176 dest.writeInt(mReplaceId); in writeToParcel()
1204 mReplaceId = replaceId; in Operation()
1216 int mReplaceId; field in VolumeShaper.Operation.Builder
1224 mReplaceId = -1; in Builder()
1234 mReplaceId = operation.mReplaceId; in Builder()
1251 mReplaceId = id; in replace()
[all …]
/frameworks/av/include/media/
DVolumeShaper.h365 : Operation(operation.mFlags, operation.mReplaceId, operation.mXOffset) { in Operation()
374 , mReplaceId(replaceId) in Operation()
379 return mReplaceId; in getReplaceId()
383 mReplaceId = replaceId; in setReplaceId()
426 ?: parcel->writeInt32(mReplaceId) in writeToParcel()
433 ?: parcel->readInt32(&mReplaceId) in readFromParcel()
441 ss << ", mReplaceId=" << mReplaceId; in toString()
449 int32_t mReplaceId; // if >= 0 the id to remove in a replace operation. variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt41972 Landroid/media/VolumeShaper$Operation$Builder;->mReplaceId:I