Searched defs:vibrator (Results 1 – 9 of 9) sorted by relevance
76 Vibrator vibrator = context.getSystemService(Vibrator.class); in vibrateFingerprintError() local83 Vibrator vibrator = context.getSystemService(Vibrator.class); in vibrateFingerprintSuccess() local
156 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActions() local
650 Vibrator vibrator = new SystemVibrator(context); in rebootOrShutdown() local
509 VibratorService vibrator = null; in startOtherServices() local
572 Vibrator vibrator = device.getVibrator(); in updateInputDeviceVibrators() local
1227 std::unique_ptr<FILE, int(*)(FILE*)> vibrator(NULL, fclose); in main() local
1227 void vibrate(FILE* vibrator, int ms) { in vibrate()
892 void setVibrator(Vibrator vibrator) { in setVibrator()
614 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in AudioService() local