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