Searched refs:mReplaceId (Results 1 – 3 of 3) sorted by relevance
1138 private final int mReplaceId; field in VolumeShaper.Operation1146 + ", 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.Builder1224 mReplaceId = -1; in Builder()1234 mReplaceId = operation.mReplaceId; in Builder()1251 mReplaceId = id; in replace()[all …]
365 : 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
41972 Landroid/media/VolumeShaper$Operation$Builder;->mReplaceId:I