Home
last modified time | relevance | path

Searched refs:getFrequencyProfile (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DClippingAmplitudeAndFrequencyAdapter.java72 Range<Float> frequencyRangeHz = info.getFrequencyProfile().getFrequencyRangeHz(); in clampFrequency()
80 VibratorInfo.FrequencyProfile mapping = info.getFrequencyProfile(); in clampAmplitude()
/aosp14/frameworks/base/core/java/android/os/
H A DSystemVibrator.java479 info -> info.getFrequencyProfile().getFrequencyResolutionHz()); in frequencyProfileIntersection()
498 Range<Float> vibratorFreqRange = info.getFrequencyProfile().getFrequencyRangeHz(); in frequencyProfileIntersection()
499 float[] vibratorMaxAmplitudes = info.getFrequencyProfile().getMaxAmplitudes(); in frequencyProfileIntersection()
524 Range<Float> firstRange = infos[0].getFrequencyProfile().getFrequencyRangeHz(); in frequencyRangeIntersection()
536 Range<Float> vibratorRange = infos[i].getFrequencyProfile().getFrequencyRangeHz(); in frequencyRangeIntersection()
H A DVibrator.java293 public VibratorFrequencyProfile getFrequencyProfile() { in getFrequencyProfile() method in Vibrator
294 VibratorInfo.FrequencyProfile frequencyProfile = getInfo().getFrequencyProfile(); in getFrequencyProfile()
H A DVibratorInfo.java396 public FrequencyProfile getFrequencyProfile() { in getFrequencyProfile() method in VibratorInfo
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVibratorTest.java296 assertTrue(info.getFrequencyProfile().isEmpty()); in getQFactorAndResonantFrequency_sameValues_returnsValue()
427 info.getFrequencyProfile()); in getFrequencyProfile_alignedProfiles_returnsIntersection()
440 info.getFrequencyProfile()); in getFrequencyProfile_alignedProfiles_returnsIntersection()
776 assertTrue(info.getFrequencyProfile().isEmpty()); in assertEmptyFrequencyProfileAndControl()
H A DVibratorInfoTest.java146 new VibratorInfo.Builder(TEST_VIBRATOR_ID).build().getFrequencyProfile().isEmpty()); in testGetFrequencyProfile_unsetProfileIsEmpty()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2449 method @Nullable public android.os.vibrator.VibratorFrequencyProfile getFrequencyProfile();