Searched refs:mEffectId (Results 1 – 7 of 7) sorted by relevance
702 private final int mEffectId; field in VibrationEffect.Prebaked713 mEffectId = effectId; in Prebaked()719 return mEffectId; in getId()765 switch (mEffectId) { in validate()775 if (mEffectId < RINGTONES[0] || mEffectId > RINGTONES[RINGTONES.length - 1]) { in validate()777 "Unknown prebaked effect type (value=" + mEffectId + ")"); in validate()792 return mEffectId == other.mEffectId in equals()800 result += 37 * mEffectId; in hashCode()807 return "Prebaked{mEffectId=" + mEffectId in toString()817 out.writeInt(mEffectId); in writeToParcel()
61 int mEffectId = 0; field in SimplePlayer141 mMediaPlayer.attachAuxEffect(mEffectId); in playOrPause()181 mEffectId = effectId; in attachAuxEffect()
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()
1210 af->setEffectSuspended(data->mEffectId, data->mSessionId, data->mSuspended); in threadLoop()1353 data->mEffectId = effectId; in setEffectSuspendedCommand()
586 int mEffectId;
57992 Landroid/os/VibrationEffect$Prebaked;->mEffectId:I