Lines Matching refs:replaceId
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()
960 VS_LOG("replacing %d", replaceId); in applyVolumeShaper()
961 auto replaceIt = findId_l(replaceId); in applyVolumeShaper()
963 ALOGW("cannot find replace id: %d", replaceId); in applyVolumeShaper()