Searched refs:mEffectId (Results 1 – 6 of 6) sorted by relevance
728 private final int mEffectId; field in VibrationEffect.Prebaked739 mEffectId = effectId; in Prebaked()745 return mEffectId; in getId()791 switch (mEffectId) { in validate()801 if (mEffectId < RINGTONES[0] || mEffectId > RINGTONES[RINGTONES.length - 1]) { in validate()803 "Unknown prebaked effect type (value=" + mEffectId + ")"); in validate()818 return mEffectId == other.mEffectId in equals()826 result += 37 * mEffectId; in hashCode()833 return "Prebaked{mEffectId=" + mEffectId in toString()843 out.writeInt(mEffectId); in writeToParcel()
66 uint64_t effectId() const { return mEffectId; } in effectId()76 const uint64_t mEffectId; variable
44 : mEffect(effect), mEffectId(effectId), mBuffersChanged(true), mEfGroup(nullptr) { in EffectHalHidl()
61 int mEffectId = 0; field in SimplePlayer141 mMediaPlayer.attachAuxEffect(mEffectId); in playOrPause()181 mEffectId = effectId; in attachAuxEffect()
1355 af->setEffectSuspended(data->mEffectId, data->mSessionId, data->mSuspended); in threadLoop()1508 data->mEffectId = effectId; in setEffectSuspendedCommand()
623 int mEffectId;