Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationStepConductor.java447 int[] vibratorsToProcess = null; in processAllNotifySignals() local
465 vibratorsToProcess = mSignalVibratorsComplete.toArray(); // makes a copy in processAllNotifySignals()
481 if (vibratorsToProcess != null) { in processAllNotifySignals()
482 processVibratorsComplete(vibratorsToProcess); in processAllNotifySignals()
537 private void processVibratorsComplete(@NonNull int[] vibratorsToProcess) { in processVibratorsComplete() argument
542 for (int vibratorId : vibratorsToProcess) { in processVibratorsComplete()