Home
last modified time | relevance | path

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

12

/frameworks/native/cmds/idlcli/
DAndroid.bp18 "android.hardware.vibrator-ndk_platform",
19 "android.hardware.vibrator@1.0",
20 "android.hardware.vibrator@1.1",
21 "android.hardware.vibrator@1.2",
22 "android.hardware.vibrator@1.3",
40 "vibrator/CommandCompose.cpp",
41 "vibrator/CommandGetCapabilities.cpp",
42 "vibrator/CommandGetCompositionDelayMax.cpp",
43 "vibrator/CommandGetCompositionSizeMax.cpp",
44 "vibrator/CommandOff.cpp",
[all …]
Dvibrator.h51 inline auto getService<aidl::android::hardware::vibrator::IVibrator>() {
53 std::string() + aidl::android::hardware::vibrator::IVibrator::descriptor + "/default";
55 return aidl::android::hardware::vibrator::IVibrator::fromBinder(vibBinder);
96 namespace vibrator {
98 namespace V1_0 = ::android::hardware::vibrator::V1_0;
99 namespace V1_1 = ::android::hardware::vibrator::V1_1;
100 namespace V1_2 = ::android::hardware::vibrator::V1_2;
101 namespace V1_3 = ::android::hardware::vibrator::V1_3;
102 namespace aidl = ::aidl::android::hardware::vibrator;
/frameworks/base/services/core/java/com/android/server/biometrics/
DClientMonitor.java293 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in vibrateSuccess() local
294 if (vibrator != null) { in vibrateSuccess()
295 vibrator.vibrate(mSuccessVibrationEffect, FINGERPRINT_SONFICATION_ATTRIBUTES); in vibrateSuccess()
300 Vibrator vibrator = mContext.getSystemService(Vibrator.class); in vibrateError() local
301 if (vibrator != null) { in vibrateError()
302 vibrator.vibrate(mErrorVibrationEffect, FINGERPRINT_SONFICATION_ATTRIBUTES); in vibrateError()
/frameworks/base/services/core/jni/
DAndroid.bp129 "android.hardware.vibrator-cpp",
130 "android.hardware.vibrator@1.0",
131 "android.hardware.vibrator@1.1",
132 "android.hardware.vibrator@1.2",
133 "android.hardware.vibrator@1.3",
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;
45 namespace V1_3 = android::hardware::vibrator::V1_3;
46 namespace aidl = android::hardware::vibrator;
/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
DCommandSetExternalControl.cpp24 namespace vibrator { namespace
DCommandOn.cpp24 namespace vibrator { namespace
DCommandSetAmplitude.cpp24 namespace vibrator { namespace
DCommandCompose.cpp24 namespace vibrator { namespace
DCommandPerform.cpp24 namespace vibrator { namespace
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java199 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut() local
200 if ((vibrator != null) && vibrator.hasVibrator()) { in performAccessibilityShortcut()
205 vibrator.vibrate(vibePattern, -1, VIBRATION_ATTRIBUTES); in performAccessibilityShortcut()
/frameworks/base/services/core/
DAndroid.bp29 "android.hardware.vibrator-java",
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java150 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions() local
151 mHasVibrator = vibrator != null && vibrator.hasVibrator(); in LegacyGlobalActions()
/frameworks/base/core/java/android/os/
DVibrationEffect.java26 import android.hardware.vibrator.V1_0.EffectStrength;
27 import android.hardware.vibrator.V1_3.Effect;
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java31 import android.hardware.vibrator.IVibrator;
32 import android.hardware.vibrator.V1_0.EffectStrength;
1080 Vibrator vibrator = device.getVibrator(); in updateInputDeviceVibratorsLocked() local
1081 if (vibrator.hasVibrator()) { in updateInputDeviceVibratorsLocked()
1082 mInputDeviceVibrators.add(vibrator); in updateInputDeviceVibratorsLocked()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java666 Vibrator vibrator = new SystemVibrator(context); in rebootOrShutdown() local
668 vibrator.vibrate(SHUTDOWN_VIBRATE_MS, VIBRATION_ATTRIBUTES); in rebootOrShutdown()
/frameworks/base/
DAndroid.bp450 "android.hardware.vibrator-V1.0-java",
451 "android.hardware.vibrator-V1.1-java",
452 "android.hardware.vibrator-V1.2-java",
453 "android.hardware.vibrator-V1.3-java",
/frameworks/base/services/java/com/android/server/
DSystemServer.java913 VibratorService vibrator = null; in startOtherServices() local
1029 vibrator = new VibratorService(context); in startOtherServices()
1030 ServiceManager.addService("vibrator", vibrator); in startOtherServices()
1968 vibrator.systemReady(); in startOtherServices()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java203 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActionsDialog() local
204 mHasVibrator = vibrator != null && vibrator.hasVibrator(); in GlobalActionsDialog()

12