Searched refs:replaceId (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/include/media/ |
D | VolumeShaper.h | 466 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/ |
D | VolumeShaperOperation.aidl | 26 int replaceId;
|
/frameworks/base/media/jni/ |
D | android_media_VolumeShaper.h | 185 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/ |
D | VolumeShaper.java | 1280 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()
|