Lines Matching refs:replaceId
361 Operation(Flag flags, int replaceId) in Operation() argument
362 : Operation(flags, replaceId, std::numeric_limits<S>::quiet_NaN() /* xOffset */) { in Operation()
373 Operation(Flag flags, int replaceId, S xOffset) in Operation() argument
375 , mReplaceId(replaceId) in Operation()
383 void setReplaceId(int32_t replaceId) { in setReplaceId() argument
384 mReplaceId = replaceId; in setReplaceId()
788 const int replaceId = operation->getReplaceId(); in applyVolumeShaper() local
789 if (replaceId >= 0) { in applyVolumeShaper()
790 VS_LOG("replacing %d", replaceId); in applyVolumeShaper()
791 auto replaceIt = findId_l(replaceId); in applyVolumeShaper()
793 ALOGW("cannot find replace id: %d", replaceId); in applyVolumeShaper()