Home
last modified time | relevance | path

Searched refs:getEffectId (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DPerformPrebakedVibratorStep.java60 prebaked.getEffectId()) + " on vibrator " in play()
64 VibrationEffect fallback = getVibration().getFallback(prebaked.getEffectId()); in play()
73 + VibrationEffect.effectIdToString(prebaked.getEffectId())); in play()
H A DVibrationStats.java222 mVibratorEffectsUsed.put(prebaked.getEffectId(), true); in reportPerformEffect()
226 mVibratorEffectsUsed.put(prebaked.getEffectId(), false); in reportPerformEffect()
H A DVibratorController.java218 mNativeWrapper.alwaysOnEnable(id, prebaked.getEffectId(), in updateAlwaysOn()
267 long duration = mNativeWrapper.perform(prebaked.getEffectId(), in on()
H A DVibration.java368 proto.write(PrebakedSegmentProto.EFFECT_ID, segment.getEffectId()); in dumpEffect()
H A DVibratorManagerService.java1115 prebaked.getEffectId()); in fillVibrationFallbacks()
1117 vib.addFallback(prebaked.getEffectId(), fallback); in fillVibrationFallbacks()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DPrebakedSegmentTest.java51 assertEquals(VibrationEffect.EFFECT_CLICK, prebaked.getEffectId()); in testCreation()
93 assertEquals(medium.getEffectId(), light.getEffectId()); in testApplyEffectStrength()
99 assertEquals(medium.getEffectId(), strong.getEffectId()); in testApplyEffectStrength()
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java53 public int getEffectId() { in getEffectId() method in PrebakedSegment
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2586 method public int getEffectId();