Searched refs:vibratorsToProcess (Results 1 – 1 of 1) sorted by relevance
447 int[] vibratorsToProcess = null; in processAllNotifySignals() local465 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() argument542 for (int vibratorId : vibratorsToProcess) { in processVibratorsComplete()