Searched refs:mEffectId (Results 1 – 4 of 4) sorted by relevance
369 private int mEffectId; field in VibrationEffect.Prebaked376 mEffectId = effectId; in Prebaked()380 return mEffectId; in getId()385 if (mEffectId != EFFECT_CLICK) { in validate()387 "Unknown prebaked effect type (value=" + mEffectId + ")"); in validate()397 return mEffectId == other.mEffectId; in equals()402 return mEffectId; in hashCode()407 return "Prebaked{mEffectId=" + mEffectId + "}"; in toString()414 out.writeInt(mEffectId); in writeToParcel()
61 int mEffectId = 0; field in SimplePlayer141 mMediaPlayer.attachAuxEffect(mEffectId); in playOrPause()181 mEffectId = effectId; in attachAuxEffect()
64 uint64_t effectId() const { return mEffectId; } in effectId()75 const uint64_t mEffectId; variable
43 : mEffect(effect), mEffectId(effectId), mBuffersChanged(true) { in EffectHalHidl()