Home
last modified time | relevance | path

Searched refs:replaceId (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/media/
DVolumeShaper.h466 Operation(Flag flags, int replaceId) in Operation() argument
467 : Operation(flags, replaceId, std::numeric_limits<S>::quiet_NaN() /* xOffset */) { in Operation()
478 Operation(Flag flags, int replaceId, S xOffset) in Operation() argument
480 , mReplaceId(replaceId) in Operation()
488 void setReplaceId(int32_t replaceId) { in setReplaceId() argument
489 mReplaceId = replaceId; in setReplaceId()
538 op->replaceId = mReplaceId; in writeToParcelable()
549 mReplaceId = op.replaceId; in readFromParcelable()
958 const int replaceId = operation->getReplaceId(); in applyVolumeShaper() local
959 if (replaceId >= 0) { in applyVolumeShaper()
[all …]
/frameworks/av/aidl/android/media/
DVolumeShaperOperation.aidl26 int replaceId;
/frameworks/base/media/jni/
Dandroid_media_VolumeShaper.h185 int replaceId = env->GetIntField(joperation, fields.opReplaceIdId); in convertJobjectToOperation() local
189 new VolumeShaper::Operation(flags, replaceId, xOffset); in convertJobjectToOperation()
/frameworks/base/media/java/android/media/
DVolumeShaper.java1280 result.replaceId = mReplaceId; in toParcelable()
1289 parcelable.replaceId, in fromParcelable()
1347 private Operation(@Flag int flags, int replaceId, float xOffset) { in Operation() argument
1349 mReplaceId = replaceId; in Operation()