Home
last modified time | relevance | path

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

123

/frameworks/base/core/tests/coretests/src/android/os/vibrator/
DPrebakedSegmentTest.java155 Vibrator vibrator = createVibratorWithSupportedEffects( in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_vibratorSupport() local
174 Vibrator vibrator = createVibratorWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithFallback_fallbackEnabled_noVibratorSupport() local
188 Vibrator vibrator = createVibratorWithSupportedEffects( in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_vibratorSupport() local
206 Vibrator vibrator = createVibratorWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithFallback_fallbackDisabled_noVibratorSupport() local
220 Vibrator vibrator = createVibratorWithSupportedEffects( in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_vibratorSupport() local
235 Vibrator vibrator = createVibratorWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithNoFallback_fallbackEnabled_noVibratorSupport() local
247 Vibrator vibrator = createVibratorWithSupportedEffects( in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_vibratorSupport() local
262 Vibrator vibrator = createVibratorWithSupportedEffects(new int[0]); in testVibrationFeaturesSupport_idsWithNoFallback_fallbackDisabled_noVibSupport() local
/frameworks/base/core/tests/coretests/src/android/os/
DVibratorTest.java591 Vibrator vibrator = in areVibrationFeaturesSupported_noAmplitudeControl_fractionalAmplitudes() local
606 Vibrator vibrator = in areVibrationFeaturesSupported_noAmplitudeControl_nonFractionalAmplitudes() local
626 Vibrator vibrator = in areVibrationFeaturesSupported_withAmplitudeControl() local
650 Vibrator vibrator = createVibratorWithCustomInfo(new VibratorInfo.Builder(/* id= */ 1) in areVibrationFeaturesSupported_primitiveCompositionsWithSupportedPrimitives() local
670 Vibrator vibrator = createVibratorWithCustomInfo(new VibratorInfo.Builder(/* id= */ 1) in areVibrationFeaturesSupported_primitiveCompositionsWithUnupportedPrimitives() local
688 Vibrator vibrator = createVibratorWithCustomInfo(new VibratorInfo.Builder(/* id= */ 1) in areVibrationFeaturesSupported_composedEffects_allComponentsSupported() local
726 Vibrator vibrator = createVibratorWithCustomInfo(new VibratorInfo.Builder(/* id= */ 1) in areVibrationFeaturesSupported_composedEffects_someComponentsUnupported() local
/frameworks/base/samples/demo/haptic-assessment/src/com/example/android/hapticassessment/
DMainActivity.kt45 val vibrator = getSystemService(Vibrator::class.java) in <lambda>() constant
/frameworks/native/services/vibratorservice/
DVibratorManagerHalWrapper.cpp27 namespace vibrator { namespace
79 sp<Aidl::IVibrator> vibrator; in connectToVibrator() local
87 auto vibrator = result.value(); in connectToVibrator() local
DVibratorHalController.cpp45 namespace vibrator { namespace
DVibratorCallbackScheduler.cpp24 namespace vibrator { namespace
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DVibratorHelper.java64 public VibratorHelper(@Nullable Vibrator vibrator) { in VibratorHelper()
72 public VibratorHelper(@Nullable Vibrator vibrator, Executor executor) { in VibratorHelper()
/frameworks/native/cmds/idlcli/vibrator/
DCommandSupportsExternalControl.cpp24 namespace vibrator { namespace
DCommandSupportsAmplitudeControl.cpp24 namespace vibrator { namespace
DCommandGetCapabilities.cpp24 namespace vibrator { namespace
DCommandGetPwleCompositionSizeMax.cpp24 namespace vibrator { namespace
DCommandGetCompositionDelayMax.cpp24 namespace vibrator { namespace
DCommandGetFrequencyMinimum.cpp24 namespace vibrator { namespace
DCommandGetFrequencyResolution.cpp24 namespace vibrator { namespace
DCommandGetResonantFrequency.cpp24 namespace vibrator { namespace
DCommandGetCompositionSizeMax.cpp24 namespace vibrator { namespace
DCommandGetQFactor.cpp24 namespace vibrator { namespace
DCommandGetPwlePrimitiveDurationMax.cpp24 namespace vibrator { namespace
DCommandGetSupportedPrimitives.cpp24 namespace vibrator { namespace
DCommandGetSupportedEffects.cpp24 namespace vibrator { namespace
DCommandGetSupportedAlwaysOnEffects.cpp24 namespace vibrator { namespace
DCommandAlwaysOnDisable.cpp24 namespace vibrator { namespace
DCommandOff.cpp24 namespace vibrator { namespace
DCommandGetSupportedBraking.cpp24 namespace vibrator { namespace
DCommandGetPrimitiveDuration.cpp26 namespace vibrator { namespace

123