/frameworks/base/core/tests/coretests/src/android/os/vibrator/ |
D | PrebakedSegmentTest.java | 155 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/ |
D | VibratorTest.java | 591 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/ |
D | MainActivity.kt | 45 val vibrator = getSystemService(Vibrator::class.java) in <lambda>() constant
|
/frameworks/native/services/vibratorservice/ |
D | VibratorManagerHalWrapper.cpp | 27 namespace vibrator { namespace 79 sp<Aidl::IVibrator> vibrator; in connectToVibrator() local 87 auto vibrator = result.value(); in connectToVibrator() local
|
D | VibratorHalController.cpp | 45 namespace vibrator { namespace
|
D | VibratorCallbackScheduler.cpp | 24 namespace vibrator { namespace
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | VibratorHelper.java | 64 public VibratorHelper(@Nullable Vibrator vibrator) { in VibratorHelper() 72 public VibratorHelper(@Nullable Vibrator vibrator, Executor executor) { in VibratorHelper()
|
/frameworks/native/cmds/idlcli/vibrator/ |
D | CommandSupportsExternalControl.cpp | 24 namespace vibrator { namespace
|
D | CommandSupportsAmplitudeControl.cpp | 24 namespace vibrator { namespace
|
D | CommandGetCapabilities.cpp | 24 namespace vibrator { namespace
|
D | CommandGetPwleCompositionSizeMax.cpp | 24 namespace vibrator { namespace
|
D | CommandGetCompositionDelayMax.cpp | 24 namespace vibrator { namespace
|
D | CommandGetFrequencyMinimum.cpp | 24 namespace vibrator { namespace
|
D | CommandGetFrequencyResolution.cpp | 24 namespace vibrator { namespace
|
D | CommandGetResonantFrequency.cpp | 24 namespace vibrator { namespace
|
D | CommandGetCompositionSizeMax.cpp | 24 namespace vibrator { namespace
|
D | CommandGetQFactor.cpp | 24 namespace vibrator { namespace
|
D | CommandGetPwlePrimitiveDurationMax.cpp | 24 namespace vibrator { namespace
|
D | CommandGetSupportedPrimitives.cpp | 24 namespace vibrator { namespace
|
D | CommandGetSupportedEffects.cpp | 24 namespace vibrator { namespace
|
D | CommandGetSupportedAlwaysOnEffects.cpp | 24 namespace vibrator { namespace
|
D | CommandAlwaysOnDisable.cpp | 24 namespace vibrator { namespace
|
D | CommandOff.cpp | 24 namespace vibrator { namespace
|
D | CommandGetSupportedBraking.cpp | 24 namespace vibrator { namespace
|
D | CommandGetPrimitiveDuration.cpp | 26 namespace vibrator { namespace
|