Searched defs:vibrator (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1227 void vibrate(FILE* vibrator, int ms) { argument
1228 fprintf(vibrator, "%d\n", ms);
1229 fflush(vibrator);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java892 void setVibrator(Vibrator vibrator) { argument
893 mVibrator = vibrator;
2891 // Escalate privileges so we can use the vibrator even if the

Completed in 81 milliseconds