/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | HapticFeedbackVibrationProvider.java | 102 @Nullable public VibrationEffect getVibrationForHapticFeedback(int effectId) { in getVibrationForHapticFeedback() 195 int effectId, boolean bypassVibrationIntensitySetting, boolean fromIme) { in getVibrationAttributesForHapticFeedback() 242 public boolean isRestrictedHapticFeedback(int effectId) { in isRestrictedHapticFeedback() 257 private VibrationEffect getVibration(int effectId, int predefinedVibrationEffectId) { in getVibration() 324 private boolean effectHasCustomization(int effectId) { in effectHasCustomization() 328 private VibrationEffect getKeyboardVibration(int effectId) { in getKeyboardVibration() 360 private boolean shouldBypassIntensityScale(int effectId, boolean isIme) { in shouldBypassIntensityScale() 398 private static boolean shouldBypassInterruptionPolicy(int effectId) { in shouldBypassInterruptionPolicy()
|
D | HapticFeedbackCustomization.java | 162 int effectId = XmlReader.readAttributeIntNonNegative(parser, ATTRIBUTE_ID); in loadVibrationsInternal() local 171 "Unsupported empty customization tag for effect " + effectId); in loadVibrationsInternal() local
|
D | HalVibration.java | 98 public VibrationEffect getFallback(int effectId) { in getFallback() 106 public void addFallback(int effectId, VibrationEffect effect) { in addFallback()
|
D | VibrationSettings.java | 410 public VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | ViewRootImpl_Delegate.java | 31 /*package*/ static boolean performHapticFeedback(ViewRootImpl thisViewRoot, int effectId, in performHapticFeedback()
|
/frameworks/base/core/tests/vibrator/src/android/os/vibrator/ |
D | PrebakedSegmentTest.java | 279 private static PrebakedSegment createSegmentWithFallback(int effectId) { in createSegmentWithFallback() 284 private static PrebakedSegment createSegmentWithoutFallback(int effectId) { in createSegmentWithoutFallback()
|
/frameworks/av/media/libaudiohal/impl/ |
D | EffectHalHidl.h | 64 uint64_t effectId() const { return mEffectId; } in effectId() function
|
D | EffectsFactoryHalHidl.cpp | 173 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect() 185 [&](Result r, const sp<IEffect>& result, uint64_t effectId) { in createEffect()
|
D | EffectHalHidl.cpp | 49 EffectHalHidl::EffectHalHidl(const sp<IEffect>& effect, uint64_t effectId) in EffectHalHidl()
|
/frameworks/base/core/java/android/view/ |
D | SoundEffectConstants.java | 146 public static boolean isNavigationRepeat(@NavigationSoundEffect int effectId) { in isNavigationRepeat()
|
D | IWindowSession.aidl | 165 boolean performHapticFeedback(int effectId, boolean always, boolean fromIme); in performHapticFeedback() 171 oneway void performHapticFeedbackAsync(int effectId, boolean always, boolean fromIme); in performHapticFeedbackAsync()
|
D | WindowlessWindowManager.java | 519 public boolean performHapticFeedback(int effectId, boolean always, boolean fromIme) { in performHapticFeedback() 524 public void performHapticFeedbackAsync(int effectId, boolean always, boolean fromIme) { in performHapticFeedbackAsync()
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | IAudioTrack.aidl | 66 int attachAuxEffect(int effectId); in attachAuxEffect()
|
/frameworks/base/core/java/android/os/ |
D | VibrationEffect.java | 314 public static VibrationEffect createPredefined(@EffectType int effectId) { in createPredefined() 337 public static VibrationEffect get(int effectId) { in get() 364 public static VibrationEffect get(int effectId, boolean fallback) { in get() 653 public static String effectIdToString(int effectId) { in effectIdToString()
|
D | SystemVibratorManager.java | 248 public void performHapticFeedback(int effectId, boolean always, String reason, in performHapticFeedback()
|
/frameworks/base/core/java/android/os/vibrator/ |
D | PrebakedSegment.java | 55 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
|
D | MultiVibratorInfo.java | 125 int effectId = firstVibratorEffects.keyAt(i); in supportedEffectsIntersection() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | VibratorHelper.java | 80 public void vibrate(final int effectId) { in vibrate()
|
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
D | VibratorControllerTest.java | 316 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | SimplePlayer.java | 180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
|
/frameworks/base/core/java/com/android/internal/vibrator/persistence/ |
D | XmlConstants.java | 166 public static PredefinedEffectName findById(int effectId, @XmlConstants.Flags int flags) { in findById()
|
/frameworks/wilhelm/src/android/ |
D | android_GenericMediaPlayer.cpp | 460 int32_t effectId = 0; in onAttachAuxEffect() local
|
D | android_GenericPlayer.cpp | 216 void GenericPlayer::attachAuxEffect(int32_t effectId) in attachAuxEffect()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyClientImpl.cpp | 222 void AudioPolicyService::AudioPolicyClient::setEffectSuspended(int effectId, in setEffectSuspended()
|
/frameworks/av/media/libaudioclient/tests/ |
D | audioeffect_tests.cpp | 284 audio_unique_id_t effectId; in TEST() local
|