Searched refs:vibrate (Results 26 - 50 of 52) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java281 public void vibrate(int uid, String opPkg, long milliseconds, int usageHint, method in class:VibratorService
470 Slog.w(TAG, "Would be an error: vibrate from uid " + vib.mUid);
491 // "Also vibrate for calls" Setting in Sound
626 mInputDeviceVibrators.get(i).vibrate(millis, attributes);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java869 mVibrator.vibrate(new long[] { 250, 1000, 500, 2000 }, -1);
876 mVibrator.vibrate(new long[] { 250, 1000, 500 }, 1);
883 mVibrator.vibrate(3000);
890 mVibrator.vibrate(100000);
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java80 .setVibrate(n.vibrate)
/frameworks/native/services/inputflinger/
H A DInputReader.h375 virtual void vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize,
474 virtual void vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize,
619 void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token);
1034 virtual void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
1088 virtual void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
H A DInputReader.cpp761 void InputReader::vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize, function in class:android::InputReader
768 device->vibrate(pattern, patternSize, repeat, token);
1155 void InputDevice::vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, function in class:android::InputDevice
1160 mapper->vibrate(pattern, patternSize, repeat, token);
1891 void InputMapper::vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, function in class:android::InputMapper
2019 void VibratorInputMapper::vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, function in class:android::VibratorInputMapper
2029 ALOGD("vibrate: deviceId=%d, pattern=[%s], repeat=%ld, token=%d",
2078 ALOGD("nextStep: sending vibrate deviceId=%d, duration=%lld",
2081 getEventHub()->vibrate(getDeviceId(), duration);
2084 ALOGD("nextStep: sending cancel vibrate deviceI
[all...]
H A DEventHub.cpp636 void EventHub::vibrate(int32_t deviceId, nsecs_t duration) { function in class:android::EventHub
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java267 * longer a UI-visible for setting notification vibrate on/off (in
269 * notification vibrate to on.
389 // types affected by ringer modes (silent, vibrate, etc.)
502 // types affected by ringer modes (silent, vibrate, etc.)
919 // types affected by ringer modes (silent, vibrate, etc.)
1157 // Introduce "vibrate when ringing" setting
2112 // If the ringer vibrate value is invalid, set it to the default
2117 // Apply the same setting to the notification vibrate value
2318 int vibrate = 0;
2319 vibrate
[all...]
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java88 .setVibrate(n.vibrate)
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp943 " -b: play sound file instead of vibrate, at beginning of job\n"
944 " -e: play sound file instead of vibrate, at end of job\n"
951 " -q: disable vibrate\n"
1231 vibrate(vibrator.get(), 150);
1379 /* vibrate a few but shortly times to let user know it's finished */
1382 vibrate(vibrator.get(), 75);
H A Dutils.cpp1227 void vibrate(FILE* vibrator, int ms) { function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java907 boolean vibrate = (cmdDet.commandQualifier & 0x01) != 0x00;
910 mCmdParams = new PlayToneParams(cmdDet, textMsg, tone, duration, vibrate);
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java545 v.vibrate(1000, new AudioAttributes.Builder()
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java638 * @param context Context used to vibrate or null without vibration
649 // vibrate before shutting down
652 vibrator.vibrate(SHUTDOWN_VIBRATE_MS, VIBRATION_ATTRIBUTES);
654 // Failure to vibrate shouldn't interrupt shutdown. Just log it.
655 Log.w(TAG, "Failed to vibrate during shutdown.", e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java241 public void vibrate() { method in class:VolumeDialogController
243 mVibrator.vibrate(VIBRATE_HINT_DURATION);
H A DVolumeDialog.java773 mController.vibrate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3631 void vibrate() { method in class:PhoneStatusBar
3634 vib.vibrate(250, VIBRATION_ATTRIBUTES);
3639 vibrate();
3651 vibrate();
4600 mVibrator.vibrate(new long[]{0, 750L}, -1 /* repeat */);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2791 // If we're not supposed to beep, vibrate, etc. then don't.
2835 final boolean hasCustomVibrate = notification.vibrate != null;
2837 // new in 4.2: if there was supposed to be a sound and we're in vibrate
2895 mVibrator.vibrate(record.sbn.getUid(), record.sbn.getOpPkg(),
2904 } else if (notification.vibrate.length > 1) {
2907 mVibrator.vibrate(record.sbn.getUid(), record.sbn.getOpPkg(),
2908 notification.vibrate,
2917 // If a notification is updated to remove the actively playing sound or vibrate,
3304 // vibrate
H A DNotificationUsageStats.java430 n.sound != null || n.vibrate != null) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java378 dev.getVibrator().vibrate(
384 mVibrator.vibrate(ms, mAudioAttrs);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1346 ((Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE)).vibrate(150);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1409 im->getInputManager()->getReader()->vibrate(deviceId, pattern, patternSize, repeat, token);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1629 public void vibrate(int deviceId, long[] pattern, int repeat, IBinder token) { method in class:InputManagerService
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java65 * Use the default notification vibrate. This will ignore any vibrate set using
116 * vibrate and ticker should only be played if the notification is not already showing.
1341 mNotification.vibrate = pattern;
1377 * Set this flag if you would only like the sound, vibrate
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2566 XAboolean vibrate
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h682 SLboolean vibrate

Completed in 763 milliseconds

123