Searched refs:vibrator (Results 1 – 15 of 15) sorted by relevance
349 FILE *vibrator = fopen("/sys/class/timed_output/vibrator/enable", "w"); in main() local350 if (vibrator) fcntl(fileno(vibrator), F_SETFD, FD_CLOEXEC); in main()425 } else if (vibrator) { in main()426 fputs("150", vibrator); in main()427 fflush(vibrator); in main()434 } else if (vibrator) { in main()437 fputs("75\n", vibrator); in main()438 fflush(vibrator); in main()441 fclose(vibrator); in main()
47 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in VolumeController() local48 mHasVibrator = vibrator == null ? false : vibrator.hasVibrator(); in VolumeController()
366 Vibrator vibrator = device.getVibrator(); in updateInputDeviceVibrators() local367 if (vibrator.hasVibrator()) { in updateInputDeviceVibrators()368 mInputDeviceVibrators.add(vibrator); in updateInputDeviceVibrators()
120 VibratorService vibrator = null; in run() local214 vibrator = new VibratorService(context); in run()215 ServiceManager.addService("vibrator", vibrator); in run()675 vibrator.systemReady(); in run()
186 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in vibrate() local187 vibrator.vibrate(res.getInteger(R.integer.config_search_panel_view_vibration_duration)); in vibrate()
472 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in LockScreen() local473 mHasVibrator = vibrator == null ? false : vibrator.hasVibrator(); in LockScreen()
117 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActions() local118 mHasVibrator = vibrator != null && vibrator.hasVibrator(); in GlobalActions()
497 Vibrator vibrator = new SystemVibrator(); in rebootOrShutdown() local499 vibrator.vibrate(SHUTDOWN_VIBRATE_MS); in rebootOrShutdown()
181 including connecting to user feedback system services, such as the audio manager or device vibrator.204 services, such as the audio manager or device vibrator.</li>
214 <h3>Control vibrator on input devices</h3>216 <p>Among other capabilities, apps can now make use of any <strong>vibrator service</strong> associa…
433 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in AudioService() local434 mHasVibrator = vibrator == null ? false : vibrator.hasVibrator(); in AudioService()
5122 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";
5131 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";
5364 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";