Lines Matching refs:replaceId
421 Operation(Flag flags, int replaceId) in Operation() argument
422 : Operation(flags, replaceId, std::numeric_limits<S>::quiet_NaN() /* xOffset */) { in Operation()
433 Operation(Flag flags, int replaceId, S xOffset) in Operation() argument
435 , mReplaceId(replaceId) in Operation()
443 void setReplaceId(int32_t replaceId) { in setReplaceId() argument
444 mReplaceId = replaceId; in setReplaceId()
493 op->replaceId = mReplaceId; in writeToParcelable()
504 mReplaceId = op.replaceId; in readFromParcelable()
913 const int replaceId = operation->getReplaceId(); in applyVolumeShaper() local
914 if (replaceId >= 0) { in applyVolumeShaper()
915 VS_LOG("replacing %d", replaceId); in applyVolumeShaper()
916 auto replaceIt = findId_l(replaceId); in applyVolumeShaper()
918 ALOGW("cannot find replace id: %d", replaceId); in applyVolumeShaper()