Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationStepConductor.java505 int[] vibratorsToProcess = null; in processAllNotifySignals() local
523 vibratorsToProcess = mSignalVibratorsComplete.toArray(); // makes a copy in processAllNotifySignals()
539 if (vibratorsToProcess != null) { in processAllNotifySignals()
540 processVibratorsComplete(vibratorsToProcess); in processAllNotifySignals()
595 private void processVibratorsComplete(@NonNull int[] vibratorsToProcess) { in processVibratorsComplete() argument
600 for (int vibratorId : vibratorsToProcess) { in processVibratorsComplete()