Home
last modified time | relevance | path

Searched refs:frequencyResolution (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DSystemVibrator.java523 float frequencyResolution) { in frequencyRangeIntersection() argument
549 if ((frequencyDelta % frequencyResolution) > EPSILON) { in frequencyRangeIntersection()
558 if ((intersectionUpper - intersectionLower) < frequencyResolution) { in frequencyRangeIntersection()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp432 jfloat frequencyResolution = static_cast<jfloat>(info.frequencyResolution.valueOr(NAN)); in vibratorGetInfo() local
442 minFrequency, frequencyResolution, maxAmplitudes); in vibratorGetInfo()