Home
last modified time | relevance | path

Searched refs:vibrator (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/core/java/com/android/server/fingerprint/
DClientMonitor.java230 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in vibrateSuccess() local
231 if (vibrator != null) { in vibrateSuccess()
232 vibrator.vibrate(mSuccessVibrationEffect, FINGERPRINT_SONFICATION_ATTRIBUTES); in vibrateSuccess()
237 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in vibrateError() local
238 if (vibrator != null) { in vibrateError()
239 vibrator.vibrate(mErrorVibrationEffect, FINGERPRINT_SONFICATION_ATTRIBUTES); in vibrateError()
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp38 using android::hardware::vibrator::V1_0::EffectStrength;
39 using android::hardware::vibrator::V1_0::Status;
40 using android::hardware::vibrator::V1_1::Effect_1_1;
42 namespace V1_0 = android::hardware::vibrator::V1_0;
43 namespace V1_1 = android::hardware::vibrator::V1_1;
44 namespace V1_2 = android::hardware::vibrator::V1_2;
DAndroid.bp127 "android.hardware.vibrator@1.0",
128 "android.hardware.vibrator@1.1",
129 "android.hardware.vibrator@1.2",
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java209 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut() local
210 if ((vibrator != null) && vibrator.hasVibrator()) { in performAccessibilityShortcut()
215 vibrator.vibrate(vibePattern, -1, VIBRATION_ATTRIBUTES); in performAccessibilityShortcut()
/frameworks/base/services/core/
DAndroid.bp43 "android.hardware.vibrator-V1.0-java",
/frameworks/base/core/java/android/os/
DVibrationEffect.java22 import android.hardware.vibrator.V1_0.EffectStrength;
23 import android.hardware.vibrator.V1_2.Effect;
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java152 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions() local
153 mHasVibrator = vibrator != null && vibrator.hasVibrator(); in LegacyGlobalActions()
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java28 import android.hardware.vibrator.V1_0.EffectStrength;
862 Vibrator vibrator = device.getVibrator(); in updateInputDeviceVibratorsLocked() local
863 if (vibrator.hasVibrator()) { in updateInputDeviceVibratorsLocked()
864 mInputDeviceVibrators.add(vibrator); in updateInputDeviceVibratorsLocked()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java665 Vibrator vibrator = new SystemVibrator(context); in rebootOrShutdown() local
667 vibrator.vibrate(SHUTDOWN_VIBRATE_MS, VIBRATION_ATTRIBUTES); in rebootOrShutdown()
/frameworks/base/services/java/com/android/server/
DSystemServer.java726 VibratorService vibrator = null; in startOtherServices() local
833 vibrator = new VibratorService(context); in startOtherServices()
834 ServiceManager.addService("vibrator", vibrator); in startOtherServices()
1632 vibrator.systemReady(); in startOtherServices()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java192 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActionsDialog() local
193 mHasVibrator = vibrator != null && vibrator.hasVibrator(); in GlobalActionsDialog()
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto207 // Not used anymore. On devices with vibrator, the user explicitly selects
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto393 optional string vibrator = 37; field
Dbatterystats.proto618 optional TimerProto vibrator = 13; field
/frameworks/base/
DAndroid.bp676 "android.hardware.vibrator-V1.0-java",
677 "android.hardware.vibrator-V1.1-java",
678 "android.hardware.vibrator-V1.2-java",
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7283 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";
/frameworks/base/api/
Dcurrent.txt9544 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";