Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DVolumeShaper.java1128 private final int mReplaceId; field in VolumeShaper.Operation
1135 + ", mReplaceId = " + mReplaceId in toString()
1142 return Objects.hash(mFlags, mReplaceId, mXOffset); in hashCode()
1152 && mReplaceId == other.mReplaceId in equals()
1165 dest.writeInt(mReplaceId); in writeToParcel()
1192 mReplaceId = replaceId; in Operation()
1204 int mReplaceId; field in VolumeShaper.Operation.Builder
1212 mReplaceId = -1; in Builder()
1222 mReplaceId = operation.mReplaceId; in Builder()
1239 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-light-greylist.txt3296 Landroid/media/VolumeShaper$Operation;->mReplaceId:I