Home
last modified time | relevance | path

Searched defs:vibrator (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/cmds/idlcli/vibrator/
DCommandSupportsAmplitudeControl.cpp24 namespace vibrator { namespace
DCommandSupportsExternalControl.cpp24 namespace vibrator { namespace
DCommandGetCompositionDelayMax.cpp24 namespace vibrator { namespace
DCommandGetCapabilities.cpp24 namespace vibrator { namespace
DCommandGetCompositionSizeMax.cpp24 namespace vibrator { namespace
DCommandOff.cpp24 namespace vibrator { namespace
DCommandOn.cpp24 namespace vibrator { namespace
DCommandSetAmplitude.cpp24 namespace vibrator { namespace
DCommandSetExternalControl.cpp24 namespace vibrator { namespace
DCommandCompose.cpp24 namespace vibrator { namespace
DCommandPerform.cpp24 namespace vibrator { namespace
/frameworks/base/services/core/java/com/android/server/biometrics/
DClientMonitor.java293 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in vibrateSuccess() local
300 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in vibrateError() local
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java150 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions() local
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java666 Vibrator vibrator = new SystemVibrator(context); in rebootOrShutdown() local
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java199 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java203 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActionsDialog() local
/frameworks/base/services/java/com/android/server/
DSystemServer.java913 VibratorService vibrator = null; in startOtherServices() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1509 void setVibrator(Vibrator vibrator) { in setVibrator()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto434 optional string vibrator = 37; field
Dbatterystats.proto622 optional TimerProto vibrator = 13; field
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java1080 Vibrator vibrator = device.getVibrator(); in updateInputDeviceVibratorsLocked() local